wasmdashai commited on
Commit
a446fca
·
verified ·
1 Parent(s): fa2ffe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,6 +170,6 @@ model_choices = gr.Dropdown(
170
  value="wasmdashai/vits-ar-sa-huba-v2",
171
  )
172
 
173
- demo = gr.Interface(fn=modelspeech, inputs=["text",model_choices,gr.Slider(0.1, 1, step=0.1,value=0.8)], outputs=["audio"])
174
  demo.queue()
175
  demo.launch()
 
170
  value="wasmdashai/vits-ar-sa-huba-v2",
171
  )
172
 
173
+ demo = gr.Interface(fn=modelspeech, inputs=["text",model_choices,gr.Slider(0.1, 1, step=0.1,value=0.8)], outputs=[gr.Audio(streaming=True, autoplay=True)])
174
  demo.queue()
175
  demo.launch()