Diplab commited on
Commit
6c365f3
1 Parent(s): c86db26

Rename demo.py to app.py

Browse files
Files changed (1) hide show
  1. demo.py → app.py +1 -1
demo.py → app.py RENAMED
@@ -615,5 +615,5 @@ with gr.Blocks() as demo:
615
 
616
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, chat_state, img_list], queue=False)
617
 
618
- demo.launch()
619
 
 
615
 
616
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, chat_state, img_list], queue=False)
617
 
618
+ demo.queue().launch(share=True)
619