File size: 223 Bytes
2c804fd
 
 
 
 
 
 
1
2
3
4
5
6
7

from image_summary import image_summary_demo

demo = gr.TabbedInterface([image_summary_demo], 
                          ["Image to Text SUMMARY])
if __name__ == "__main__":
    demo.launch(debug=True, cache_examples=True)