Spaces:
Runtime error
Runtime error
Rename demo.py to app.py
Browse files- 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 |
|