Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
inesani
/
ner_evaluate
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
inesani
commited on
Oct 5, 2023
Commit
1bbc71e
·
1 Parent(s):
8e48f21
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import evaluate
2
+
from evaluate.utils import launch_gradio_widget
3
+
4
+
5
+
module = evaluate.load("inesani/nervaluate")
6
+
launch_gradio_widget(module)