Spaces:
Runtime error
Runtime error
Madhavan Iyengar
commited on
Commit
·
9eef4e7
1
Parent(s):
dbb5292
change requests path
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -10,7 +10,7 @@ OWNER = "sled-group" # Change to your org - don't forget to create a results and
|
|
10 |
# ----------------------------------
|
11 |
|
12 |
REPO_ID = f"{OWNER}/3D-POPE-leaderboard"
|
13 |
-
QUEUE_REPO = f"{OWNER}/requests"
|
14 |
RESULTS_REPO = f"{OWNER}/3D-POPE-results"
|
15 |
|
16 |
# If you setup a cache later, just change HF_HOME
|
|
|
10 |
# ----------------------------------
|
11 |
|
12 |
REPO_ID = f"{OWNER}/3D-POPE-leaderboard"
|
13 |
+
QUEUE_REPO = f"{OWNER}/3D-POPE-requests"
|
14 |
RESULTS_REPO = f"{OWNER}/3D-POPE-results"
|
15 |
|
16 |
# If you setup a cache later, just change HF_HOME
|