Mattral commited on
Commit
6ddaa62
·
verified ·
1 Parent(s): 3ce5891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as app: # Add auth here
81
  with gr.Group():
82
  with gr.Row():
83
  with gr.Column(scale=3):
84
- inp = gr.Audio(source="microphone", type="filepath") # Audio input from the microphone
85
  with gr.Row():
86
  with gr.Column(scale=2):
87
  btn = gr.Button("Chat")
 
81
  with gr.Group():
82
  with gr.Row():
83
  with gr.Column(scale=3):
84
+ inp = gr.Audio(type="filepath") # Remove the source parameter
85
  with gr.Row():
86
  with gr.Column(scale=2):
87
  btn = gr.Button("Chat")