ar08 commited on
Commit
89b4ae6
·
verified ·
1 Parent(s): 03cf649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def create_demo():
84
 
85
  with gr.Row():
86
  with gr.Column(scale=1):
87
- audio_input = gr.Audio(source="microphone", type="filepath", label="Press 'Record' to Speak")
88
 
89
  with gr.Column(scale=1):
90
  chat_output = gr.Textbox(label="AI Response")
 
84
 
85
  with gr.Row():
86
  with gr.Column(scale=1):
87
+ audio_input = gr.Audio(type="filepath", label="Press 'Record' to Speak")
88
 
89
  with gr.Column(scale=1):
90
  chat_output = gr.Textbox(label="AI Response")