Spaces:
Running
Running
Update descriptions
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ iface = gr.Interface(
|
|
26 |
fn=caption_image,
|
27 |
inputs=gr.Image(),
|
28 |
outputs="text",
|
29 |
-
title="Image Captioning - Kliz Andrei Millares
|
30 |
-
description="Generate descriptive captions for your images using the BLIP model, brought to you by Kliz Andrei Millares™."
|
31 |
)
|
32 |
|
33 |
iface.launch()
|
|
|
26 |
fn=caption_image,
|
27 |
inputs=gr.Image(),
|
28 |
outputs="text",
|
29 |
+
title="Image Captioning - © Kliz Andrei Millares,
|
30 |
+
description="Generate descriptive captions for your images using the BLIP model, brought to you by © Kliz Andrei Millares™."
|
31 |
)
|
32 |
|
33 |
iface.launch()
|