ASG Models commited on
Commit
83ec555
·
verified ·
1 Parent(s): 21c61c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -198,7 +198,7 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
198
  "asg2024/vits-ar-sa-fahd",
199
  ],
200
  label="اختر النموذج",
201
- value="asg2024/vits-ar-sa",
202
  )
203
  ai_audio = gr.Audio(label="رد الذكاء الاصطناعي الصوتي")
204
  ai_text = gr.Textbox(label="رد الذكاء الاصطناعي النصي")
@@ -246,7 +246,7 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
246
  "asg2024/vits-ar-sa-fahd",
247
  ],
248
  label="اختر النموذج",
249
- value="asg2024/vits-ar-sa",
250
  )
251
  text_input = gr.Textbox(label="أدخل النص هنا")
252
  generate_button = gr.Button("توليد وتشغيل الصوت")
 
198
  "asg2024/vits-ar-sa-fahd",
199
  ],
200
  label="اختر النموذج",
201
+ value="asg2024/vits-ar-sa-huba",
202
  )
203
  ai_audio = gr.Audio(label="رد الذكاء الاصطناعي الصوتي")
204
  ai_text = gr.Textbox(label="رد الذكاء الاصطناعي النصي")
 
246
  "asg2024/vits-ar-sa-fahd",
247
  ],
248
  label="اختر النموذج",
249
+ value="asg2024/vits-ar-sa-huba",
250
  )
251
  text_input = gr.Textbox(label="أدخل النص هنا")
252
  generate_button = gr.Button("توليد وتشغيل الصوت")