Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rewoo/ReWOO-Demo
AIProdAndInnov
/
ReWOO-Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
billxbf
commited on
Jun 8, 2023
Commit
d967156
·
1 Parent(s):
f54018c
small fix
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -44,4 +44,5 @@ iface = gr.Interface(
44
"""
45
)
46
47
iface.launch()
44
"""
45
)
46
47
+
iface.examples = None
48
iface.launch()