Spaces:
Runtime error
Runtime error
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() | |