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