Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yp-edu
/
viz-gpt2-stockfish-debug
like
1
Sleeping
App
Files
Files
Community
fdf4637
viz-gpt2-stockfish-debug
/
src
/
constants.py
Xmaster6y
interfacing
8e6ff6d
unverified
9 months ago
raw
Copy download link
history
blame
Safe
153 Bytes
"""Constants for the app.
"""
import
os
FIGURE_DIRECTORY = os.environ.get(
"FIGURE_DIRECTORY"
,
"."
)
WANDB_API_KEY = os.environ.get(
"WANDB_API_KEY"
,
""
)