dawood's picture
dawood HF Staff
Update app.py
c52d423
raw
history blame
174 Bytes
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()