Spaces:
Runtime error
Runtime error
kennethli319
commited on
Commit
•
b79c929
1
Parent(s):
ce55168
update app
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ tts = None
|
|
22 |
cur_model_path = None
|
23 |
# cache of speakers, maps model name to speaker list
|
24 |
model_to_speakers = dict()
|
25 |
-
model_repo_dir = "
|
26 |
for name in list_repo_files(repo_id="balacoon/tts"):
|
27 |
if not os.path.isfile(os.path.join(model_repo_dir, name)):
|
28 |
hf_hub_download(
|
|
|
22 |
cur_model_path = None
|
23 |
# cache of speakers, maps model name to speaker list
|
24 |
model_to_speakers = dict()
|
25 |
+
model_repo_dir = "data"
|
26 |
for name in list_repo_files(repo_id="balacoon/tts"):
|
27 |
if not os.path.isfile(os.path.join(model_repo_dir, name)):
|
28 |
hf_hub_download(
|