Update app.py
Browse files
app.py
CHANGED
|
@@ -62,4 +62,4 @@ with gr.Blocks() as demo:
|
|
| 62 |
msg.submit(respond, [msg, state], [chatbot, state])
|
| 63 |
clear.click(lambda: ([], []), None, [chatbot, state])
|
| 64 |
|
| 65 |
-
demo.launch(share=True)
|
|
|
|
| 62 |
msg.submit(respond, [msg, state], [chatbot, state])
|
| 63 |
clear.click(lambda: ([], []), None, [chatbot, state])
|
| 64 |
|
| 65 |
+
demo.launch(share=True)
|