Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
recall
like
6
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/3
recall
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 828c6327)
30e0d5d
almost 4 years ago
raw
Copy download link
history
blame
128 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"recall"
)
launch_gradio_widget(module)