s3nh commited on
Commit
987c7bb
·
verified ·
1 Parent(s): 93c2d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks() as demo:
183
  submit_btn = gr.Button("🚀 Send an input file to LLM")
184
 
185
  with gr.Row():
186
- audio_upload = gr.Audio(source="microphone", type="filepath", show_label=False)
187
  submit_audio_btn = gr.Button("🎙️ Send an audio")
188
 
189
  submit_btn.click(predict, [query, chatbot, task_history], [chatbot], show_progress=True)
 
183
  submit_btn = gr.Button("🚀 Send an input file to LLM")
184
 
185
  with gr.Row():
186
+ audio_upload = gr.Audio(sources="microphone", type="filepath", show_label=False)
187
  submit_audio_btn = gr.Button("🎙️ Send an audio")
188
 
189
  submit_btn.click(predict, [query, chatbot, task_history], [chatbot], show_progress=True)