Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,4 +18,4 @@ demo_chatbot = gr.ChatInterface(
|
|
| 18 |
vanilla_chatbot, title="Vanilla Chatbot",
|
| 19 |
description="Enter text to start chatting.")
|
| 20 |
|
| 21 |
-
demo_chatbot.launch()
|
|
|
|
| 18 |
vanilla_chatbot, title="Vanilla Chatbot",
|
| 19 |
description="Enter text to start chatting.")
|
| 20 |
|
| 21 |
+
demo_chatbot.launch(share=True)
|