Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,5 +130,4 @@ with gr.Blocks() as demo:
|
|
130 |
upvote_btn_b.click(vote_up_model, [state, chatbot2], [chatbot2])
|
131 |
|
132 |
# Start the interface
|
133 |
-
demo.queue()
|
134 |
demo.launch()
|
|
|
130 |
upvote_btn_b.click(vote_up_model, [state, chatbot2], [chatbot2])
|
131 |
|
132 |
# Start the interface
|
|
|
133 |
demo.launch()
|