Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -963,4 +963,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 963 |
start4_btn.click(fn=lambda imgs: add_starter_image(4, imgs), inputs=[input_images], outputs=[input_images])
|
| 964 |
|
| 965 |
if __name__ == "__main__":
|
| 966 |
-
demo.launch(server_name="0.0.0.0", server_port=7860, share=False)
|
|
|
|
| 963 |
start4_btn.click(fn=lambda imgs: add_starter_image(4, imgs), inputs=[input_images], outputs=[input_images])
|
| 964 |
|
| 965 |
if __name__ == "__main__":
|
| 966 |
+
demo.queue().launch(server_name="0.0.0.0", server_port=7860, share=False, show_api=False)
|