Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mtc
/
fragments
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b50e04b
fragments
/
app.py
cribin
Added fragments metric
b50e04b
over 1 year ago
raw
Copy download link
history
blame
Safe
152 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"fragments"
, module_type=
"metric"
)
launch_gradio_widget(module)