Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[
|
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()
|