Victor Dieguez commited on
Commit ·
e5d93a2
1
Parent(s): 3b7126f
Removing envs variables
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
|
@@ -10,7 +10,7 @@ OWNER = "Prosodia" # Change to your org - don't forget to create a results and r
|
|
| 10 |
# ----------------------------------
|
| 11 |
|
| 12 |
REPO_ID = f"{OWNER}/Atlas"
|
| 13 |
-
QUEUE_REPO = f"{OWNER}/requests"
|
| 14 |
RESULTS_REPO = f"{OWNER}/atlas_resultados"
|
| 15 |
|
| 16 |
# If you setup a cache later, just change HF_HOME
|
|
|
|
| 10 |
# ----------------------------------
|
| 11 |
|
| 12 |
REPO_ID = f"{OWNER}/Atlas"
|
| 13 |
+
#QUEUE_REPO = f"{OWNER}/requests"
|
| 14 |
RESULTS_REPO = f"{OWNER}/atlas_resultados"
|
| 15 |
|
| 16 |
# If you setup a cache later, just change HF_HOME
|