Spaces:
Runtime error
Runtime error
Update src/envs.py
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
|
@@ -11,7 +11,7 @@ OWNER = (
|
|
| 11 |
)
|
| 12 |
# ----------------------------------
|
| 13 |
|
| 14 |
-
REPO_ID = f"{OWNER}/BOOM
|
| 15 |
QUEUE_REPO = f"{OWNER}/requests"
|
| 16 |
RESULTS_REPO = f"{OWNER}/results"
|
| 17 |
|
|
|
|
| 11 |
)
|
| 12 |
# ----------------------------------
|
| 13 |
|
| 14 |
+
REPO_ID = f"{OWNER}/BOOM" # The repo id of your space
|
| 15 |
QUEUE_REPO = f"{OWNER}/requests"
|
| 16 |
RESULTS_REPO = f"{OWNER}/results"
|
| 17 |
|