Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MBG0903
/
Procelevate_Agentic_Warehouse_Operator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MBG0903
commited on
Dec 8, 2025
Commit
e610f00
·
verified
·
1 Parent(s):
7a4d019
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -69,7 +69,5 @@ def build_ui():
69
70
return demo
71
72
-
gr.set_debug(True)
73
-
74
demo = build_ui()
75
demo.launch()
69
70
return demo
71
72
demo = build_ui()
73
demo.launch()