Vision-CAIR commited on
Commit
ebfc123
1 Parent(s): 3e7fe60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,4 +146,4 @@ with gr.Blocks() as demo:
146
  )
147
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
148
 
149
- demo.launch(share=True, enable_queue=True)
 
146
  )
147
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
148
 
149
+ demo.launch(enable_queue=True)