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)