Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
compasspathways
/
Sentiment2D
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rfdougherty
commited on
Jun 20, 2023
Commit
f1fc916
·
1 Parent(s):
e9af0d4
Disable examples for now
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,6 +49,6 @@ iface = gr.Interface(
49
),
50
],
51
titel=TITLE,
52
-
examples=EXAMPLES,
53
)
54
iface.launch()
49
),
50
],
51
titel=TITLE,
52
+
#
examples=EXAMPLES,
53
)
54
iface.launch()