Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
43a98e3
1
Parent(s):
4160c43
concurrency
Browse files
app.py
CHANGED
@@ -966,4 +966,4 @@ if __name__ == "__main__":
|
|
966 |
except Exception as e:
|
967 |
print(f"Could not write default {DEFAULT_MATERIALS_CSV}: {e}")
|
968 |
print("To run the UI, execute: python app.py") # Corrected to python app.py
|
969 |
-
demo.queue(default_concurrency_limit=
|
|
|
966 |
except Exception as e:
|
967 |
print(f"Could not write default {DEFAULT_MATERIALS_CSV}: {e}")
|
968 |
print("To run the UI, execute: python app.py") # Corrected to python app.py
|
969 |
+
demo.queue(default_concurrency_limit=4).launch(share=False)
|