Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,8 +78,8 @@ def chat_interface(audio):
|
|
| 78 |
|
| 79 |
|
| 80 |
gr.Interface(
|
| 81 |
-
title="
|
| 82 |
-
fn=
|
| 83 |
inputs=[
|
| 84 |
gr.inputs.Audio(
|
| 85 |
source="microphone", type="filepath", label="Record your voice"
|
|
|
|
| 78 |
|
| 79 |
|
| 80 |
gr.Interface(
|
| 81 |
+
title="CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers",
|
| 82 |
+
fn=chat_interface,
|
| 83 |
inputs=[
|
| 84 |
gr.inputs.Audio(
|
| 85 |
source="microphone", type="filepath", label="Record your voice"
|