Spaces:
Sleeping
Sleeping
Commit ·
2528dee
1
Parent(s): ad9aeac
Update app.py
Browse files
app.py
CHANGED
|
@@ -244,7 +244,7 @@ def get_text_response(user_message,history):
|
|
| 244 |
response = llm_chain.predict(user_message = user_message)
|
| 245 |
return response
|
| 246 |
|
| 247 |
-
demo = gr.ChatInterface(get_text_response, examples=["what about
|
| 248 |
|
| 249 |
if __name__ == "__main__":
|
| 250 |
demo.launch() #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.
|
|
|
|
| 244 |
response = llm_chain.predict(user_message = user_message)
|
| 245 |
return response
|
| 246 |
|
| 247 |
+
demo = gr.ChatInterface(get_text_response, examples=["what about INFO-AI ?","What about the college ?","What about the placement information?","College's contact information","Where is this college is situated ?"])
|
| 248 |
|
| 249 |
if __name__ == "__main__":
|
| 250 |
demo.launch() #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.
|