saritha commited on
Commit
c3dff71
·
verified ·
1 Parent(s): 20bf1d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
81
  ['What is the ideal diet according to ayurveda?']
82
  ],
83
 
84
- submit_button.click(fn=chat_with_models, inputs=input_text, outputs=[output_llama)
85
 
86
  if __name__ == "__main__":
87
  demo.launch()
 
81
  ['What is the ideal diet according to ayurveda?']
82
  ],
83
 
84
+ submit_button.click(fn=chat_with_models, inputs=input_text, outputs=[output_llama])
85
 
86
  if __name__ == "__main__":
87
  demo.launch()