File size: 322 Bytes
53868aa
 
f5f8f2d
53868aa
f5f8f2d
53868aa
 
f5f8f2d
1
2
3
4
5
6
7
8
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()