Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,8 @@ gui = gr.Interface(
|
|
55 |
fn=chat_interface,
|
56 |
inputs=[
|
57 |
gr.Textbox(lines=2, placeholder="Type your message here..."),
|
58 |
-
gr.Audio(
|
|
|
59 |
],
|
60 |
outputs=[
|
61 |
gr.Textbox(label="AI Response"),
|
|
|
55 |
fn=chat_interface,
|
56 |
inputs=[
|
57 |
gr.Textbox(lines=2, placeholder="Type your message here..."),
|
58 |
+
gr.Audio(sources=["microphone", "upload"], type="filepath")
|
59 |
+
|
60 |
],
|
61 |
outputs=[
|
62 |
gr.Textbox(label="AI Response"),
|