Spaces:
Runtime error
Runtime error
MarziehFadaee
commited on
Commit
•
cb414df
1
Parent(s):
beb9ce6
Update app.py
Browse files
app.py
CHANGED
@@ -121,4 +121,4 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
121 |
|
122 |
if __name__ == "__main__":
|
123 |
# demo.launch(debug=True)
|
124 |
-
demo.queue(api_open=False).launch()
|
|
|
121 |
|
122 |
if __name__ == "__main__":
|
123 |
# demo.launch(debug=True)
|
124 |
+
demo.queue(api_open=False, max_size=40).launch()
|