Spaces:
Configuration error
Configuration error
File size: 249 Bytes
0dcd9bb |
1 2 3 4 |
import gradio as gr
gr.Interface.load("huggingface/huggingface-course/bert-finetuned-ner", title=None, theme="dark-huggingface", inputs=gr.inputs.Textbox(label="Input", default="My name is Sylvain and I work at Hugging Face in Brooklyn")).launch()
|