wenkai commited on
Commit
b452bf0
·
verified ·
1 Parent(s): ba0fa12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ with gr.Blocks() as demo:
14
  chatbot.like(vote, None, None)
15
  gr.ChatInterface(fn=yes, type="messages", chatbot=chatbot)
16
 
17
- demo.launch()
 
14
  chatbot.like(vote, None, None)
15
  gr.ChatInterface(fn=yes, type="messages", chatbot=chatbot)
16
 
17
+ demo.launch(share=True)