SivaResearch commited on
Commit
a36008d
·
verified ·
1 Parent(s): c627930
Files changed (1) hide show
  1. app.py +1 -3
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
  ],