ImageProcessing / app.py
ipvikas's picture
Create app.py
2c804fd verified
raw
history blame
223 Bytes
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)