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

launch_gradio_demo(InstructBLIPImageQuestionAnsweringTool)