Update app.py
Browse files
app.py
CHANGED
|
@@ -60,4 +60,4 @@ def get_response(text, username):
|
|
| 60 |
return response
|
| 61 |
|
| 62 |
|
| 63 |
-
gr.ChatInterface(get_response).launch(debug=True,share=True
|
|
|
|
| 60 |
return response
|
| 61 |
|
| 62 |
|
| 63 |
+
gr.ChatInterface(get_response).launch(debug=True,share=True)
|