atomiclabs's picture
Update app.py
5db495d
raw
history blame
99 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/dslim/bert-base-NER",
)
iface.launch()