dawood's picture
dawood HF Staff
Update app.py
71b9384
raw
history blame
222 Bytes
import gradio as gr
gr.Interface.load("huggingface/huggingface-course/bert-finetuned-ner", title=None, inputs=gr.inputs.Textbox(label="Input", default="My name is Sylvain and I work at Hugging Face in Brooklyn")).launch()