File size: 213 Bytes
0401963
 
c1190b4
1
2
3
import gradio as gr

gr.Interface.load("huggingface/huggingface-course/bert-finetuned-ner", title=None, inputs=gr.Textbox(label="Input", value="My name is Sylvain and I work at Hugging Face in Brooklyn")).launch()