Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -305,4 +305,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
305 |
)
|
306 |
|
307 |
if __name__ == "__main__":
|
308 |
-
demo.queue(
|
|
|
305 |
)
|
306 |
|
307 |
if __name__ == "__main__":
|
308 |
+
demo.queue(max_size=30).launch(max_threads=2)
|