Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
8903fcc
1
Parent(s):
6511ca4
no concurrency limit as test
Browse files
app.py
CHANGED
@@ -977,7 +977,7 @@ def main():
|
|
977 |
outputs=[optimization_button, md_button, structure_validation],
|
978 |
)
|
979 |
|
980 |
-
demo.queue(default_concurrency_limit=
|
981 |
demo.launch(ssr_mode=False)
|
982 |
|
983 |
|
|
|
977 |
outputs=[optimization_button, md_button, structure_validation],
|
978 |
)
|
979 |
|
980 |
+
demo.queue(default_concurrency_limit=None)
|
981 |
demo.launch(ssr_mode=False)
|
982 |
|
983 |
|