Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -44,10 +44,11 @@ model_choices = gr.Dropdown(
|
|
44 |
"wasmdashai/vits-ar-sa-ms",
|
45 |
"wasmdashai/vits-ar-sa-magd",
|
46 |
"wasmdashai/vtk",
|
47 |
-
"wasmdashai/mak"
|
|
|
48 |
],
|
49 |
label="اختر النموذج",
|
50 |
-
value="wasmdashai/
|
51 |
)
|
52 |
demo = gr.Interface(fn=modelspeech, inputs=["text",model_choices], outputs=["audio"])
|
53 |
demo.queue()
|
|
|
44 |
"wasmdashai/vits-ar-sa-ms",
|
45 |
"wasmdashai/vits-ar-sa-magd",
|
46 |
"wasmdashai/vtk",
|
47 |
+
"wasmdashai/mak",
|
48 |
+
"wasmdashai/vits-ar-sa-huba-v1"
|
49 |
],
|
50 |
label="اختر النموذج",
|
51 |
+
value="wasmdashai/vits-ar-sa-huba-v1",
|
52 |
)
|
53 |
demo = gr.Interface(fn=modelspeech, inputs=["text",model_choices], outputs=["audio"])
|
54 |
demo.queue()
|