Update app.py
Browse files
app.py
CHANGED
@@ -723,5 +723,5 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as app:
|
|
723 |
)
|
724 |
|
725 |
if __name__ == "__main__":
|
726 |
-
app.queue(
|
727 |
app.launch(debug=True)
|
|
|
723 |
)
|
724 |
|
725 |
if __name__ == "__main__":
|
726 |
+
app.queue(max_size=20)
|
727 |
app.launch(debug=True)
|