Spaces:
Sleeping
Sleeping
Commit
·
aaf1c01
1
Parent(s):
de69ed2
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def get_text_response(user_message,history):
|
|
28 |
return response
|
29 |
|
30 |
|
31 |
-
demo = gr.ChatInterface(get_text_response, examples=["
|
32 |
|
33 |
if __name__ == "__main__":
|
34 |
demo.launch() #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.
|
|
|
28 |
return response
|
29 |
|
30 |
|
31 |
+
demo = gr.ChatInterface(get_text_response, examples=["Whats about your self ?","Who Developed Sri-Ai","what about your developer"])
|
32 |
|
33 |
if __name__ == "__main__":
|
34 |
demo.launch() #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.
|