File size: 174 Bytes
0401963
 
c52d423
1
2
3
import gradio as gr

gr.Interface.load("huggingface/huggingface-course/bert-finetuned-ner", examples=[["My name is Sylvain and I work at Hugging Face in Brooklyn"]]).launch()