Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joey1895
/
nlptown-bert-base-multilingual-uncased-sentiment
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nlptown-bert-base-multilingual-uncased-sentiment
/
app.py
joey1895
initial commit
7bc2205
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/nlptown/bert-base-multilingual-uncased-sentiment"
).launch()