Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ iface = gr.Interface(
|
|
62 |
["panda.jpg"]
|
63 |
],
|
64 |
title="Advanced Image Captioning with the BLIP model",
|
65 |
-
description="Upload an image or provide a URL to generate a caption. Download the generated caption as a .txt file.",
|
66 |
live=True,
|
67 |
theme="compact"
|
68 |
)
|
|
|
62 |
["panda.jpg"]
|
63 |
],
|
64 |
title="Advanced Image Captioning with the BLIP model",
|
65 |
+
description="Upload an image or provide a URL to an image to generate a caption. You can also drag and drop the example images. Download the generated caption as a .txt file if needed.",
|
66 |
live=True,
|
67 |
theme="compact"
|
68 |
)
|