Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cesare01
/
sentiment3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dc3ce3f
sentiment3
/
app.py
Cesare01
Update app.py
dc3ce3f
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
# Load model directly
import
gradio
as
gr
demo = gr.load(
"neuraly/bert-base-italian-cased-sentiment"
)
demo.launch()