Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,8 +19,8 @@ demo = gr.Interface(
|
|
| 19 |
fn=generate_caption,
|
| 20 |
inputs=gr.Image(type="pil"),
|
| 21 |
outputs="text",
|
| 22 |
-
title="🖼️
|
| 23 |
-
description="Upload an image and get a caption using the `RSRathore/ny-image-captioning` model."
|
| 24 |
)
|
| 25 |
|
| 26 |
demo.launch()
|
|
|
|
| 19 |
fn=generate_caption,
|
| 20 |
inputs=gr.Image(type="pil"),
|
| 21 |
outputs="text",
|
| 22 |
+
title="🖼️ Comical Caption Generator",
|
| 23 |
+
description="Upload an image (png or jpg) and get a caption using the `RSRathore/ny-image-captioning` model."
|
| 24 |
)
|
| 25 |
|
| 26 |
demo.launch()
|