SivaResearch commited on
Commit
556170f
·
verified ·
1 Parent(s): 6c6637e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()