File size: 118 Bytes
ab98dd8
dc3ce3f
838b2f0
dc3ce3f
 
 
1
2
3
4
5
6
7
# Load model directly
import gradio as gr

demo = gr.load("neuraly/bert-base-italian-cased-sentiment")

demo.launch()