Update app.py
Browse files
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(
|
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")
|