Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ phoneme_vocab = config['vocab']
|
|
| 31 |
# Download the model and voice files from Hugging Face Hub
|
| 32 |
# ------------------------------------------------------------------------------
|
| 33 |
model_repo = "onnx-community/Kokoro-82M-v1.0-ONNX"
|
| 34 |
-
model_name = "onnx/
|
| 35 |
voice_file_pattern = "*.bin"
|
| 36 |
local_dir = "."
|
| 37 |
snapshot_download(
|
|
|
|
| 31 |
# Download the model and voice files from Hugging Face Hub
|
| 32 |
# ------------------------------------------------------------------------------
|
| 33 |
model_repo = "onnx-community/Kokoro-82M-v1.0-ONNX"
|
| 34 |
+
model_name = "onnx/model_q4.onnx" # "onnx/model.onnx"
|
| 35 |
voice_file_pattern = "*.bin"
|
| 36 |
local_dir = "."
|
| 37 |
snapshot_download(
|