import gradio as gr title = "Finbert-tone" description = "Gradio Demo for bart-large, to use it, simply add your text, or click one of the examples to load them. Read more at the links below." article = "

Huggingface Model Page

" examples = [ ["growth is strong and we have plenty of liquidity"] ] gr.Interface.load("huggingface/yiyanghkust/finbert-tone",title=title,description=description,article=article, examples=examples,enable_queue=True).launch()