Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
fschlatt
/
ner_eval
like
0
Runtime error
App
Files
Files
Community
ef88ddc
ner_eval
/
app.py
fschlatt
add module default template
8ebb9ec
over 1 year ago
raw
Copy download link
history
blame
138 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"fschlatt/ner_eval"
)
launch_gradio_widget(module)