Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -997,4 +997,4 @@ if __name__ == "__main__":
|
|
997 |
except Exception as e:
|
998 |
print(f"Could not write default {DEFAULT_MATERIALS_CSV}: {e}")
|
999 |
print("To run the UI, execute: python app.py") # Corrected to python app.py
|
1000 |
-
demo.queue(default_concurrency_limit=
|
|
|
997 |
except Exception as e:
|
998 |
print(f"Could not write default {DEFAULT_MATERIALS_CSV}: {e}")
|
999 |
print("To run the UI, execute: python app.py") # Corrected to python app.py
|
1000 |
+
demo.queue(default_concurrency_limit=1).launch(share=False)
|