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