Spaces:
Running
Running
anjli-3333
commited on
Commit
•
2224baa
1
Parent(s):
6563089
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ 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 CAPTION THE IMAGE.")
|
49 |
demo.launch()
|
50 |
|
|
|
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="@GenAI Image Captioning",
|
48 |
description="THIS APPLICATION WILL BE USED TO CAPTION THE IMAGE.")
|
49 |
demo.launch()
|
50 |
|