Spaces:
Runtime error
Runtime error
Update src/envs.py
Browse files- src/envs.py +2 -2
src/envs.py
CHANGED
@@ -7,8 +7,8 @@ TOKEN = os.environ.get("TOKEN", None)
|
|
7 |
|
8 |
OWNER = "discrete-speech"
|
9 |
REPO_ID = f"{OWNER}/interspeech2024_discrete_speech_tts_full"
|
10 |
-
QUEUE_REPO = f"{OWNER}/
|
11 |
-
RESULTS_REPO = f"{OWNER}/
|
12 |
|
13 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|
14 |
|
|
|
7 |
|
8 |
OWNER = "discrete-speech"
|
9 |
REPO_ID = f"{OWNER}/interspeech2024_discrete_speech_tts_full"
|
10 |
+
QUEUE_REPO = f"{OWNER}/interspeech2024_discrete_speech_tts_requests"
|
11 |
+
RESULTS_REPO = f"{OWNER}/interspeech2024_discrete_speech_tts_results"
|
12 |
|
13 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|
14 |
|