Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,5 +81,7 @@ demo = gr.Interface(
|
|
| 81 |
title = 'CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers ',
|
| 82 |
fn=chat_interface,
|
| 83 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
| 84 |
-
outputs=["textbox"]
|
|
|
|
|
|
|
| 85 |
demo.launch()
|
|
|
|
| 81 |
title = 'CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers ',
|
| 82 |
fn=chat_interface,
|
| 83 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
| 84 |
+
outputs=["textbox"],
|
| 85 |
+
live=True
|
| 86 |
+
)
|
| 87 |
demo.launch()
|