Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IPN
/
demo_cms_1
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2887f53
demo_cms_1
/
app.py
MACI-96
Create app.py
2887f53
about 3 years ago
raw
Copy download link
history
blame
Safe
111 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/finiteautomata/bertweet-base-sentiment-analysis"
).launch();