Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
1edeb9d
1
Parent(s):
fa4c65b
update: default_concurrency_limit=16
Browse files
app.py
CHANGED
@@ -285,3 +285,4 @@ if __name__ == '__main__':
|
|
285 |
batch_size],
|
286 |
outputs=fontdiffuer_output_image)
|
287 |
demo.launch(debug=True)
|
|
|
|
285 |
batch_size],
|
286 |
outputs=fontdiffuer_output_image)
|
287 |
demo.launch(debug=True)
|
288 |
+
demo.queue(default_concurrency_limit=16)
|