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...
dbf1a3f
top5_error_rate
/
app.py
Aye10032
init
cdea85f
18 days ago
raw
Copy download link
history
blame
Safe
146 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Aye10032/top5_error_rate"
)
launch_gradio_widget(module)