Enable queue
Browse files
app.py
CHANGED
@@ -320,5 +320,5 @@ Despite how impressive being able to turn text into image is, beware that this m
|
|
320 |
)
|
321 |
|
322 |
|
323 |
-
|
324 |
-
block.launch(server_name="0.0.0.0")
|
|
|
320 |
)
|
321 |
|
322 |
|
323 |
+
block.queue(concurrency_count=40, max_size=50).launch(max_threads=70, server_name="0.0.0.0")
|
324 |
+
#block.launch(server_name="0.0.0.0")
|