Spaces:
Runtime error
Runtime error
Commit
·
b384879
1
Parent(s):
863711d
Test
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -10,7 +10,7 @@ OWNER = "bazsalanszky" # Change to your org - don't forget to create a results
|
|
10 |
# ----------------------------------
|
11 |
|
12 |
REPO_ID = f"{OWNER}/hunbench-test"
|
13 |
-
QUEUE_REPO = f"
|
14 |
RESULTS_REPO = f"{OWNER}/hunbench_results"
|
15 |
|
16 |
# If you setup a cache later, just change HF_HOME
|
|
|
10 |
# ----------------------------------
|
11 |
|
12 |
REPO_ID = f"{OWNER}/hunbench-test"
|
13 |
+
QUEUE_REPO = f"{OWNER}/hunbench_requests"
|
14 |
RESULTS_REPO = f"{OWNER}/hunbench_results"
|
15 |
|
16 |
# If you setup a cache later, just change HF_HOME
|