tu commited on
Commit
ec47503
1 Parent(s): a4e5fa4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def get_text(texts, hps):
47
 
48
  def tts(text):
49
  model_path = "model.onnx"
50
- config_path = "configs/thu_hue.json"
51
  sid = 9
52
  output_wav_path = "output.wav"
53
  sess_options = onnxruntime.SessionOptions()
 
47
 
48
  def tts(text):
49
  model_path = "model.onnx"
50
+ config_path = "config.json"
51
  sid = 9
52
  output_wav_path = "output.wav"
53
  sess_options = onnxruntime.SessionOptions()