Spaces:
Running
Running
klizmillares
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,9 @@ iface = gr.Interface(
|
|
26 |
fn=caption_image,
|
27 |
inputs=gr.Image(),
|
28 |
outputs="text",
|
29 |
-
title="Image Captioning
|
30 |
-
description="
|
31 |
)
|
32 |
|
33 |
-
|
|
|
|
26 |
fn=caption_image,
|
27 |
inputs=gr.Image(),
|
28 |
outputs="text",
|
29 |
+
title="Image Captioning Kliz Millares",
|
30 |
+
description="This is a simple web app for generating captions for images using a trained model."
|
31 |
)
|
32 |
|
33 |
+
if __name__ == "__main__":
|
34 |
+
iface.launch()
|