Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tclopess
/
Sentiment-Analysis
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tclopess
commited on
Mar 17, 2024
Commit
f3ecf12
·
verified
·
1 Parent(s):
a03c4bf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,7 +17,7 @@ inputs = [
17
18
]
19
20
-
21
iface = gr.Interface(fn=get_sentiment,
22
inputs=inputs,
23
outputs=label,
17
18
]
19
20
+
label = gr.outputs.Label()
21
iface = gr.Interface(fn=get_sentiment,
22
inputs=inputs,
23
outputs=label,