Spaces:
Build error
Build error
Create Environment Variables
Browse files- Environment Variables +4 -0
Environment Variables
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Optional: Set these in Space secrets
|
| 2 |
+
HF_TOKEN=your_hf_token_here
|
| 3 |
+
WANDB_API_KEY=your_wandb_key_here
|
| 4 |
+
OPENAI_API_KEY=your_openai_key_here # For optional OpenAI demos
|