Spaces:
Paused
Paused
updated
Browse files
app.py
CHANGED
@@ -90,9 +90,7 @@ def chat_interface(audio):
|
|
90 |
gr.Interface(
|
91 |
title = 'CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers ',
|
92 |
fn=chat_interface,
|
93 |
-
inputs=
|
94 |
-
gr.inputs.Audio(source="microphone", type="filepath")
|
95 |
-
],
|
96 |
outputs=[
|
97 |
"textbox"
|
98 |
],
|
|
|
90 |
gr.Interface(
|
91 |
title = 'CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers ',
|
92 |
fn=chat_interface,
|
93 |
+
gr.inputs.Audio(source="microphone", type="filepath"),
|
|
|
|
|
94 |
outputs=[
|
95 |
"textbox"
|
96 |
],
|