import gradio as gr title = "bart-large" 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 = [ ["Stocks rallied and the British pound gained."] ] gr.Interface.load("huggingface/ProsusAI/finbert",title=title,description=description,article=article, examples=examples,enable_queue=True).launch()