Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ model_choices = gr.Dropdown(
|
|
54 |
|
55 |
],
|
56 |
label="اختر النموذج",
|
57 |
-
value="wasmdashai/vits-ar-sa-huba-
|
58 |
)
|
59 |
demo = gr.Interface(fn=modelspeech, inputs=["text",model_choices], outputs=["audio"])
|
60 |
demo.queue()
|
|
|
54 |
|
55 |
],
|
56 |
label="اختر النموذج",
|
57 |
+
value="wasmdashai/vits-ar-sa-huba-v2",
|
58 |
)
|
59 |
demo = gr.Interface(fn=modelspeech, inputs=["text",model_choices], outputs=["audio"])
|
60 |
demo.queue()
|