Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
milorable
/
g3-finiteautomata-bertweet-base-sentiment-analysis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
g3-finiteautomata-bertweet-base-sentiment-analysis
/
app.py
milorable
Create app.py
2fa2c63
verified
about 1 month 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()