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