Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ gr.Interface(
|
|
83 |
title="CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers",
|
84 |
fn=chat_interface,
|
85 |
inputs=[
|
86 |
-
gr.Audio(
|
87 |
],
|
88 |
|
89 |
outputs=[
|
|
|
83 |
title="CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers",
|
84 |
fn=chat_interface,
|
85 |
inputs=[
|
86 |
+
gr.Audio(sources=["microphone"])
|
87 |
],
|
88 |
|
89 |
outputs=[
|