import gradio as gr title="BERT" description="Gradio demo for BERT" examples=[["London, the capital of England and the United Kingdom, is a 21st-century city with history stretching back to Roman times."]] gr.Interface.load("huggingface/bert-base-uncased",title=title,description=description,examples=examples).launch()