ChrisPreston commited on
Commit
481241d
1 Parent(s): 1c22922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ config_path = f'./aqua/config.yaml'
22
  spk_id = "aqua"
23
 
24
  def infer(wav_fn, tran, accelerate, auto_key):
25
- model = Svc(project_name, config_path, hubert_gpu, model_path, onnx=False)
26
 
27
  if wav_fn is not None:
28
  audio_path = wav_fn
 
22
  spk_id = "aqua"
23
 
24
  def infer(wav_fn, tran, accelerate, auto_key):
25
+ model = Svc(project_name, config_path, hubert_gpu=False, model_path=model_path, onnx=False)
26
 
27
  if wav_fn is not None:
28
  audio_path = wav_fn