gordonhubackup commited on
Commit
53ce711
1 Parent(s): 8bce163
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,4 +180,4 @@ with gr.Blocks() as demo:
180
  )
181
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
182
 
183
- demo.launch(enable_queue=True)
 
180
  )
181
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
182
 
183
+ demo.launch()