dawood's picture
dawood HF staff
Update app.py
c1190b4
raw
history blame contribute delete
No virus
213 Bytes
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()