Chillarmo commited on
Commit
aac3370
1 Parent(s): cc2340f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def download_model():
11
  """Download the GGUF model from HuggingFace"""
12
  model_path = huggingface_hub.hf_hub_download(
13
  repo_id="OuteAI/OuteTTS-0.1-350M-GGUF",
14
- filename="outetts-0.1-350m.gguf"
15
  )
16
  return model_path
17
 
 
11
  """Download the GGUF model from HuggingFace"""
12
  model_path = huggingface_hub.hf_hub_download(
13
  repo_id="OuteAI/OuteTTS-0.1-350M-GGUF",
14
+ filename="OuteTTS-0.1-350M-Q6_K.gguf"
15
  )
16
  return model_path
17