Baybars commited on
Commit
d360ccd
1 Parent(s): ba1a8f9

Update infer_onnx.py

Browse files
Files changed (1) hide show
  1. infer_onnx.py +1 -1
infer_onnx.py CHANGED
@@ -201,7 +201,7 @@ vits2_inference = gr.Interface(
201
  gr.Dropdown(
202
  choices=speakers,
203
  label="Speaker id",
204
- value='caf_09204',
205
  info=f"Models are trained on 47 speakers. You can prompt the model using one of these speaker ids."
206
  ),
207
  gr.Slider(
 
201
  gr.Dropdown(
202
  choices=speakers,
203
  label="Speaker id",
204
+ value='caf_08106',
205
  info=f"Models are trained on 47 speakers. You can prompt the model using one of these speaker ids."
206
  ),
207
  gr.Slider(