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