Spaces:
Runtime error
Runtime error
Yemin Shi
commited on
Commit
·
6fd44fd
1
Parent(s):
e751430
update concurrency
Browse files
app.py
CHANGED
@@ -327,4 +327,4 @@ if __name__ == "__main__":
|
|
327 |
gr.HTML(read_content("footer.html"))
|
328 |
# gr.Image('./contributors.png')
|
329 |
|
330 |
-
block.queue(max_size=
|
|
|
327 |
gr.HTML(read_content("footer.html"))
|
328 |
# gr.Image('./contributors.png')
|
329 |
|
330 |
+
block.queue(max_size=512, concurrency_count=256).launch()
|