Spaces:
Sleeping
Sleeping
ASG Models
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -72,14 +72,14 @@ panal_1 = gr.Interface(
|
|
72 |
fn=reverse_audio,
|
73 |
inputs=[text_input,model_choices],
|
74 |
outputs=[user_audio,ai_audio,ai_text],
|
75 |
-
title=" محادثة صوتية بالذكاء الاصطناعي باللهجة السعودية "
|
76 |
)
|
77 |
|
78 |
panal_2 = gr.Interface(
|
79 |
fn=reverse_audio_2,
|
80 |
inputs=[text_input,model_choices],
|
81 |
outputs=[ai_audio],
|
82 |
-
|
83 |
)
|
84 |
|
85 |
demo = gr.TabbedInterface([panal_1, panal_2],['panal_1', 'panal_2'])
|
|
|
72 |
fn=reverse_audio,
|
73 |
inputs=[text_input,model_choices],
|
74 |
outputs=[user_audio,ai_audio,ai_text],
|
75 |
+
#title=" محادثة صوتية بالذكاء الاصطناعي باللهجة السعودية "
|
76 |
)
|
77 |
|
78 |
panal_2 = gr.Interface(
|
79 |
fn=reverse_audio_2,
|
80 |
inputs=[text_input,model_choices],
|
81 |
outputs=[ai_audio],
|
82 |
+
# title=" محادثة صوتية بالذكاء الاصطناعي باللهجة السعودية "
|
83 |
)
|
84 |
|
85 |
demo = gr.TabbedInterface([panal_1, panal_2],['panal_1', 'panal_2'])
|