Update app.py
Browse files
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="
|
48 |
-
description="THIS APPLICATION WILL BE USED TO
|
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()
|