Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
·
a45995e
1
Parent(s):
c2df483
Update app.py
Browse files
app.py
CHANGED
@@ -214,6 +214,6 @@ demo.title = "Baize"
|
|
214 |
|
215 |
if __name__ == "__main__":
|
216 |
reload_javascript()
|
217 |
-
demo.queue(concurrency_count=
|
218 |
share=False, favicon_path="./assets/favicon.ico", inbrowser=True
|
219 |
)
|
|
|
214 |
|
215 |
if __name__ == "__main__":
|
216 |
reload_javascript()
|
217 |
+
demo.queue(concurrency_count=1).launch(
|
218 |
share=False, favicon_path="./assets/favicon.ico", inbrowser=True
|
219 |
)
|