Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kamichanw
/
vqa_accuracy
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kamichanw
commited on
Aug 11, 2024
Commit
aec8e5b
·
verified
·
1 Parent(s):
b8b3f8c
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("vqa_accuracy")
6
+
launch_gradio_widget(module)