amir22010 commited on
Commit
a39611c
·
verified ·
1 Parent(s): 55fa3bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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(