adham-Ashraf commited on
Commit
1a3f7bf
·
verified ·
1 Parent(s): d718dc5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1463,7 +1463,7 @@ with gr.Blocks(
1463
 
1464
  with gr.Row():
1465
  chat_msg = gr.Textbox(placeholder="Ask me anything about the mall...", label="Message", scale=4)
1466
- chat_mic = gr.Audio(source="microphone", type="filepath", label="🎤", scale=1)
1467
 
1468
  chat_audio_out = gr.Audio(label="Voice Response")
1469
  chat_img_out = gr.Image(label="Navigation Map", type="filepath")
 
1463
 
1464
  with gr.Row():
1465
  chat_msg = gr.Textbox(placeholder="Ask me anything about the mall...", label="Message", scale=4)
1466
+ chat_mic = gr.Audio(sources=["microphone"], type="filepath", label="🎤", scale=1)
1467
 
1468
  chat_audio_out = gr.Audio(label="Voice Response")
1469
  chat_img_out = gr.Image(label="Navigation Map", type="filepath")