Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dslim
/
NER
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
daad8af
NER
/
app.py
dslim
initial commit
daad8af
about 2 years ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/dslim/bert-base-NER"
).launch()