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
df2eb8d
·
verified
·
1 Parent(s):
a5c06b5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -57,6 +57,7 @@ def build_ui():
57
58
return demo
59
60
61
demo = build_ui()
62
demo.launch()
57
58
return demo
59
60
+
gr.set_debug(True)
61
62
demo = build_ui()
63
demo.launch()