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...
ybelkada
commited on
Dec 22, 2022
Commit
cbc72fb
·
1 Parent(s):
2044d1b
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import evaluate
2
+
from evaluate.utils import launch_gradio_widget
3
+
4
+
5
+
module = evaluate.load("ybelkada/cocoevaluate")
6
+
launch_gradio_widget(module)