Spaces:
Running
on
Zero
Running
on
Zero
<fix> app using only one thread.
Browse files
app.py
CHANGED
@@ -317,4 +317,4 @@ def create_app():
|
|
317 |
|
318 |
if __name__ == "__main__":
|
319 |
init_basemodel()
|
320 |
-
create_app().launch(debug=True, ssr_mode=False)
|
|
|
317 |
|
318 |
if __name__ == "__main__":
|
319 |
init_basemodel()
|
320 |
+
create_app().launch(debug=True, ssr_mode=False, max_threads=1)
|