comidan commited on
Commit
dfcbabb
1 Parent(s): 5b8e709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks() as demo:
231
  )
232
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, video, image, text_input, upload_button, chat_state, img_list], queue=False)
233
 
234
- demo.launch(share=False, enable_queue=True)
235
 
236
 
237
  # %%
 
231
  )
232
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, video, image, text_input, upload_button, chat_state, img_list], queue=False)
233
 
234
+ demo.queue().launch(debug=True)
235
 
236
 
237
  # %%