austinmw's picture
Upload tool
298d752
from transformers import launch_gradio_demo
from blip_tool import InstructBLIPImageQuestionAnsweringTool
launch_gradio_demo(InstructBLIPImageQuestionAnsweringTool)