aitik2000 commited on
Commit
b90ae10
·
verified ·
1 Parent(s): 25cc6cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,6 +44,6 @@ def caption_my_image(pil_image):
44
  demo = gr.Interface(fn=caption_my_image,
45
  inputs=[gr.Image(label="Select Image",type="pil")],
46
  outputs=[gr.Audio(label="Image Caption")],
47
- title="@GenAILearniverse Project 8: Image Captioning",
48
- description="THIS APPLICATION WILL BE USED TO CAPTION THE IMAGE.")
49
  demo.launch()
 
44
  demo = gr.Interface(fn=caption_my_image,
45
  inputs=[gr.Image(label="Select Image",type="pil")],
46
  outputs=[gr.Audio(label="Image Caption")],
47
+ title="Story Generation From Images",
48
+ description="THIS APPLICATION WILL BE USED TO GENERATE STORY OF THE IMAGE.")
49
  demo.launch()