wasmdashai commited on
Commit
c299287
·
verified ·
1 Parent(s): 7aa5f05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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/vtk",
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()