austinmw's picture
Upload tool
298d752
raw
history blame contribute delete
No virus
165 Bytes
from transformers import launch_gradio_demo
from blip_tool import InstructBLIPImageQuestionAnsweringTool
launch_gradio_demo(InstructBLIPImageQuestionAnsweringTool)