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