Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|