Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ for name in list_repo_files(repo_id="balacoon/tts"):
|
|
18 |
hf_hub_download(
|
19 |
repo_id="balacoon/tts",
|
20 |
filename=name,
|
21 |
-
local_dir=
|
22 |
)
|
23 |
|
24 |
#tts speaker
|
|
|
18 |
hf_hub_download(
|
19 |
repo_id="balacoon/tts",
|
20 |
filename=name,
|
21 |
+
local_dir=os.getcwd(),
|
22 |
)
|
23 |
|
24 |
#tts speaker
|