Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -177,4 +177,4 @@ with gr.Blocks(css=css) as demo:
|
|
177 |
|
178 |
if __name__ == "__main__":
|
179 |
os.makedirs("images", exist_ok=True)
|
180 |
-
demo.launch()
|
|
|
177 |
|
178 |
if __name__ == "__main__":
|
179 |
os.makedirs("images", exist_ok=True)
|
180 |
+
demo.queue(api_open=True).launch()
|