vqa_accuracy / app.py
Kamichanw's picture
Update app.py
ed3a6a4 verified
raw
history blame contribute delete
143 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("Kamichanw/vqa_accuracy")
launch_gradio_widget(module)