Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dannashao
/
span_metric
like
0
Runtime error
App
Files
Files
Community
348a00a
span_metric
/
app.py
dannashao
fix app
90797c6
6 months ago
raw
Copy download link
history
blame
Safe
143 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"dannashao/span_metric"
)
launch_gradio_widget(module)