bcci commited on
Commit
56cd84d
·
verified ·
1 Parent(s): 8c8e429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/model_q4f16.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.onnx" # onnx/model_q4f16.onnx
35
  voice_file_pattern = "*.bin"
36
  local_dir = "."
37
  snapshot_download(