Spaces:
Sleeping
Sleeping
Commit ·
a23c324
1
Parent(s): 5c1349e
fix: add working HF Space config
Browse files
deploy.py
CHANGED
|
@@ -7,7 +7,7 @@ from huggingface_hub import HfApi, login
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
# Configuration
|
| 10 |
-
HF_TOKEN = "
|
| 11 |
SPACE_ID = "mahammadaftab/OpenEnv"
|
| 12 |
|
| 13 |
def deploy_to_spaces():
|
|
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
# Configuration
|
| 10 |
+
HF_TOKEN = "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" # Replace with your actual token
|
| 11 |
SPACE_ID = "mahammadaftab/OpenEnv"
|
| 12 |
|
| 13 |
def deploy_to_spaces():
|