wasmdashai commited on
Commit
214d206
·
verified ·
1 Parent(s): 4cdfa11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ model_choices = gr.Dropdown(
54
 
55
  ],
56
  label="اختر النموذج",
57
- value="wasmdashai/vits-ar-sa-huba-v1",
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()