Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PH83
/
sent2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PH83
commited on
Oct 16, 2023
Commit
3289359
·
1 Parent(s):
3b23265
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
from transformers import pipeline
3
+
4
+
sentiment = pipeline("sentiment-analysis")