atomiclabs's picture
Update app.py
43771cf
raw
history blame contribute delete
No virus
166 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/dslim/bert-base-NER",
example=[["My name is Clara and I live in Berkeley, California."]]
)
iface.launch()