Update app.py
Browse files
app.py
CHANGED
@@ -112,4 +112,4 @@ interface = gr.Interface(
|
|
112 |
outputs=[gr.Image(type='filepath', format="png"), gr.Image(type='filepath', format="png", visible=False)],
|
113 |
flagging_mode="never",
|
114 |
cache_mode="lazy",
|
115 |
-
).queue(api_open=
|
|
|
112 |
outputs=[gr.Image(type='filepath', format="png"), gr.Image(type='filepath', format="png", visible=False)],
|
113 |
flagging_mode="never",
|
114 |
cache_mode="lazy",
|
115 |
+
).queue(api_open=False).launch(show_error=False, show_api=False, share=False)
|