Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ with gr.Blocks(title="مساعد المحادثة الصوتية", theme=gr.them
|
|
| 118 |
with gr.Row():
|
| 119 |
with gr.Column():
|
| 120 |
voice_selector = gr.Radio(
|
| 121 |
-
choices=["Amira-PlayAI", "
|
| 122 |
value="Amira-PlayAI",
|
| 123 |
label="اختر الصوت | Select Voice",
|
| 124 |
info="أميرة (أنثى) | أحمد (ذكر)"
|
|
|
|
| 118 |
with gr.Row():
|
| 119 |
with gr.Column():
|
| 120 |
voice_selector = gr.Radio(
|
| 121 |
+
choices=["Amira-PlayAI", "Ahmad-PlayAI"],
|
| 122 |
value="Amira-PlayAI",
|
| 123 |
label="اختر الصوت | Select Voice",
|
| 124 |
info="أميرة (أنثى) | أحمد (ذكر)"
|