Update app.py
Browse files
app.py
CHANGED
@@ -217,4 +217,4 @@ with gr.Blocks(css=css, theme=IndonesiaTheme()) as WallpaperFluxMaker:
|
|
217 |
], outputs=output_res)
|
218 |
|
219 |
# Launching the Gradio app
|
220 |
-
WallpaperFluxMaker.queue(api_open=
|
|
|
217 |
], outputs=output_res)
|
218 |
|
219 |
# Launching the Gradio app
|
220 |
+
WallpaperFluxMaker.queue(api_open=True).launch(show_api=True)
|