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
Fetching metadata from the HF Docker repository...
128d193
viz-gpt2-stockfish-debug
/
src
/
constants.py
Xmaster6y
play against AI
045d76c
unverified
11 months ago
raw
Copy download link
history
blame
154 Bytes
"""Constants for the app.
"""
import
os
FIGURE_DIRECTORY = os.environ.get(
"FIGURE_DIRECTORY"
,
"./"
)
WANDB_API_KEY = os.environ.get(
"WANDB_API_KEY"
,
""
)