clementruhm commited on
Commit
5339f1e
1 Parent(s): 9846d74
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ model_repo_dir = "/data"
19
  for name in list_repo_files(repo_id="balacoon/tts"):
20
  hf_hub_download(
21
  repo_id="balacoon/tts",
22
- filename=model_name_str,
23
  local_dir=model_repo_dir,
24
  )
25
 
 
19
  for name in list_repo_files(repo_id="balacoon/tts"):
20
  hf_hub_download(
21
  repo_id="balacoon/tts",
22
+ filename=name,
23
  local_dir=model_repo_dir,
24
  )
25