Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
123 |
|
124 |
if __name__ == "__main__":
|
125 |
# demo.launch(debug=True)
|
126 |
-
demo.queue(api_open=False
|
|
|
123 |
|
124 |
if __name__ == "__main__":
|
125 |
# demo.launch(debug=True)
|
126 |
+
demo.queue(api_open=False).launch()
|