mfernezir commited on
Commit
d1b7afd
·
1 Parent(s): 5e0d646

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)