Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ybelkada
/
cocoevaluate
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aeaa369
cocoevaluate
/
app.py
ybelkada
Create app.py
cbc72fb
over 2 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"ybelkada/cocoevaluate"
)
launch_gradio_widget(module)