ASG Models commited on
Commit
d25ca24
·
verified ·
1 Parent(s): 82d3f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- title=" محادثة صوتية بالذكاء الاصطناعي باللهجة السعودية "
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'])