bcci commited on
Commit
a9b6d73
·
verified ·
1 Parent(s): 4ed6221

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" # "onnx/model.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(