Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rewoo/ReWOO-Demo
AIProdAndInnov
/
ReWOO-Demo
like
0
Sleeping
App
Files
Files
Community
billxbf
commited on
Jun 10, 2023
Commit
e01cd6e
•
1 Parent(s):
4b66c30
debug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,4 @@ iface = gr.Interface(
44
"""
45
)
46
47
-
iface.launch()
44
"""
45
)
46
47
+
iface.launch(
debug=True
)