Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ interface = gr.Interface(
|
|
20 |
fn=generate_caption,
|
21 |
inputs=gr.Image(type="pil", label="Upload an Image"),
|
22 |
outputs=gr.Textbox(label="Generated Caption"),
|
23 |
-
title="📸
|
24 |
-
description="Upload an image and get a descriptive caption using
|
25 |
allow_flagging="never"
|
26 |
)
|
27 |
|
|
|
20 |
fn=generate_caption,
|
21 |
inputs=gr.Image(type="pil", label="Upload an Image"),
|
22 |
outputs=gr.Textbox(label="Generated Caption"),
|
23 |
+
title="📸 Image Captioning",
|
24 |
+
description="Upload an image and get a descriptive caption using this model.",
|
25 |
allow_flagging="never"
|
26 |
)
|
27 |
|