File size: 165 Bytes
2b2a664
 
 
 
1
2
3
4
5
from transformers import launch_gradio_demo
from blip_tool import InstructBLIPImageQuestionAnsweringTool

launch_gradio_demo(InstructBLIPImageQuestionAnsweringTool)