Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
|
|
|
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)
|