Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
mean_iou
like
3
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
19cc0cc
mean_iou
/
app.py
Last commit not found
raw
Copy download link
history
blame
Safe
130 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"mean_iou"
)
launch_gradio_widget(module)