Spaces:
Sleeping
Sleeping
ZubairAhmed777
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ iface = gr.Interface(
|
|
25 |
fn=generate_caption,
|
26 |
inputs=gr.Image(type="pil"),
|
27 |
outputs=gr.Textbox(label="Generated Caption"), # Use Textbox for text output
|
28 |
-
title="Image Captioning
|
29 |
-
description="Generate captions for your images
|
30 |
)
|
31 |
|
32 |
# Launch the interface
|
|
|
25 |
fn=generate_caption,
|
26 |
inputs=gr.Image(type="pil"),
|
27 |
outputs=gr.Textbox(label="Generated Caption"), # Use Textbox for text output
|
28 |
+
title="Image Captioning",
|
29 |
+
description="Generate captions for your images"
|
30 |
)
|
31 |
|
32 |
# Launch the interface
|