File size: 454 Bytes
dc3ce3f
838b2f0
eb1f918
b62b97b
 
dc3ce3f
b62b97b
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
import gradio as gr


description = "sentiment analysis italian model"
article = "<p style='text-align: center'><a href='https://github.com/kingoflolz/mesh-transformer-jax' target='_blank'>GPT-J-6B: A 6 Billion Parameter Autoregressive Language Model</a></p>"

gr.Interface.load(
    "huggingface/neuraly/bert-base-italian-cased-sentiment",
    inputs=gr.Textbox(lines=5, label="Input Text"),
    description=description,
    article=article,
).launch()