Update infer_onnx.py
Browse files- 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='
|
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(
|