Spaces:
Running
on
L4
Running
on
L4
Update app.py
#103
by
sczhou
- opened
app.py
CHANGED
|
@@ -376,5 +376,5 @@ with gr.Blocks() as demo:
|
|
| 376 |
gr.Markdown(article)
|
| 377 |
|
| 378 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 379 |
-
demo.queue(api_open=False)
|
| 380 |
demo.launch(debug=DEBUG)
|
|
|
|
| 376 |
gr.Markdown(article)
|
| 377 |
|
| 378 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 379 |
+
demo.queue(api_open=False, max_size=10, default_concurrency_limit=2)
|
| 380 |
demo.launch(debug=DEBUG)
|