rwitz commited on
Commit
4c487e6
·
1 Parent(s): 7cfabc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -127,4 +127,5 @@ with gr.Blocks() as demo:
127
  upvote_btn_b.click(vote_up_model, [state, chatbot2], [chatbot2])
128
 
129
  # Start the interface
130
- demo.launch()
 
 
127
  upvote_btn_b.click(vote_up_model, [state, chatbot2], [chatbot2])
128
 
129
  # Start the interface
130
+ demo.queue()
131
+ demo.launch(share=True, server_name='0.0.0.0', server_port=7860)