Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhijeetjagtap30
/
base-sentiment-analysis
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
base-sentiment-analysis
/
app.py
abhijeetjagtap30
initial commit
4cafd08
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
import
gradio
as
gr
gr.load(
"models/finiteautomata/bertweet-base-sentiment-analysis"
).launch()