Update app.py
Browse files
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="
|
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 |
|