akhaliq HF staff commited on
Commit
a78aa73
1 Parent(s): c2d4418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as demo:
131
 
132
  with gr.Row():
133
  with gr.Column(scale=1):
134
- audio_file_input = gr.File(label="Upload Audio File")
135
  with gr.Column(scale=2):
136
  chatbot = gr.Chatbot()
137
  text_input = gr.Textbox(show_label=False, placeholder="Type your message here...")
 
131
 
132
  with gr.Row():
133
  with gr.Column(scale=1):
134
+ audio_file_input = gr.Audio(sources="microphone")
135
  with gr.Column(scale=2):
136
  chatbot = gr.Chatbot()
137
  text_input = gr.Textbox(show_label=False, placeholder="Type your message here...")