Victor Dieguez commited on
Commit
80398fe
·
1 Parent(s): e5d93a2

Removing envs variables

Browse files
Files changed (1) hide show
  1. 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 = None #f"{OWNER}/requests"
14
  RESULTS_REPO = f"{OWNER}/atlas_resultados"
15
 
16
  # If you setup a cache later, just change HF_HOME