Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aye10032
/
top5_error_rate
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
afa91bc
top5_error_rate
/
main.py
Aye10032
init
afa91bc
24 days ago
raw
Copy download link
history
blame
Safe
Wrap lines
146 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Aye10032/top5_error_rate"
)
launch_gradio_widget(module)