Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ iface = gr.Interface(
|
|
27 |
fn=generate_caption,
|
28 |
inputs=gr.Image(type="filepath"),
|
29 |
outputs="text",
|
30 |
-
title="
|
31 |
-
description="Upload an image,
|
32 |
)
|
33 |
|
34 |
# Run the app
|
|
|
27 |
fn=generate_caption,
|
28 |
inputs=gr.Image(type="filepath"),
|
29 |
outputs="text",
|
30 |
+
title="Image Captioning App",
|
31 |
+
description="Upload an image, anda descriptive caption will be generated."
|
32 |
)
|
33 |
|
34 |
# Run the app
|