Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/sentiment-tool
Chris4K
/
sentiment-analysis-tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e017a85
sentiment-analysis-tool
/
app.py
Chris4K
Update app.py
b4af8b1
over 1 year ago
raw
Copy download link
history
blame
Safe
149 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
sentiment_analysis
import
SentimentAnaysisTool
launch_gradio_demo(SentimentAnaysisTool)