sentiment3 / app.py
Cesare01's picture
Update app.py
dc3ce3f verified
raw
history blame
118 Bytes
# Load model directly
import gradio as gr
demo = gr.load("neuraly/bert-base-italian-cased-sentiment")
demo.launch()