Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pudding
/
dslim-bert-base-NER
like
0
Sleeping
App
Files
Files
Community
aa30914
dslim-bert-base-NER
/
app.py
Pudding
initial commit
aa30914
over 1 year ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/dslim/bert-base-NER"
).launch()