wasmdashai commited on
Commit
ac4aed5
·
verified ·
1 Parent(s): d01da1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,6 +155,6 @@ model_choices = gr.Dropdown(
155
  label="اختر النموذج",
156
  value="wasmdashai/vits-ar-sa-huba-v2",
157
  )
158
- demo = gr.Interface(fn=modelspeech, inputs=["text",model_choices,gr.Slider(0, 1, step=0.01)], outputs=["audio","audio"])
159
  demo.queue()
160
  demo.launch()
 
155
  label="اختر النموذج",
156
  value="wasmdashai/vits-ar-sa-huba-v2",
157
  )
158
+ demo = gr.Interface(fn=modelspeech, inputs=["text",model_choices,gr.Slider(0, 1, step=0.1,value=1)], outputs=["audio","audio"])
159
  demo.queue()
160
  demo.launch()