Spaces:
Runtime error
Runtime error
ASG Models
commited on
Update app.py
Browse files
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("توليد وتشغيل الصوت")
|