Spaces:
Running
Running
clementruhm
commited on
Commit
•
98923fe
1
Parent(s):
5339f1e
Change /data to data
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from huggingface_hub import hf_hub_download, list_repo_files
|
|
15 |
|
16 |
# global tts module, initialized from a model selected
|
17 |
tts = None
|
18 |
-
model_repo_dir = "
|
19 |
for name in list_repo_files(repo_id="balacoon/tts"):
|
20 |
hf_hub_download(
|
21 |
repo_id="balacoon/tts",
|
|
|
15 |
|
16 |
# global tts module, initialized from a model selected
|
17 |
tts = None
|
18 |
+
model_repo_dir = "data"
|
19 |
for name in list_repo_files(repo_id="balacoon/tts"):
|
20 |
hf_hub_download(
|
21 |
repo_id="balacoon/tts",
|