Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,8 +18,6 @@ import pydub
|
|
| 18 |
tts_model_str = "en_us_hifi_jets_cpu.addon"
|
| 19 |
|
| 20 |
for name in list_repo_files(repo_id="balacoon/tts"):
|
| 21 |
-
print(name)
|
| 22 |
-
print(os.path.join(os.getcwd(), name))
|
| 23 |
if name == tts_model_str:
|
| 24 |
if not os.path.isfile(os.path.join(os.getcwd(), name)):
|
| 25 |
hf_hub_download(
|
|
|
|
| 18 |
tts_model_str = "en_us_hifi_jets_cpu.addon"
|
| 19 |
|
| 20 |
for name in list_repo_files(repo_id="balacoon/tts"):
|
|
|
|
|
|
|
| 21 |
if name == tts_model_str:
|
| 22 |
if not os.path.isfile(os.path.join(os.getcwd(), name)):
|
| 23 |
hf_hub_download(
|