Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
compasspathways
/
Sentiment3D
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pclarke
commited on
Aug 11, 2023
Commit
2768781
·
1 Parent(s):
cd70acf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
),
54
"state",
55
],
56
-
titel
=TITLE,
57
examples=EXAMPLES,
58
)
59
iface.launch()
53
),
54
"state",
55
],
56
+
title
=TITLE,
57
examples=EXAMPLES,
58
)
59
iface.launch()