Spaces:
Sleeping
Sleeping
Updated description
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ gr.close_all()
|
|
15 |
demo = gr.Interface(fn=captioner,
|
16 |
inputs=[gr.Image(label="Upload image", type="pil")],
|
17 |
outputs=[gr.Textbox(label="Caption")],
|
18 |
-
title="Image Captioning
|
19 |
-
description="
|
20 |
allow_flagging="never")
|
21 |
|
22 |
demo.launch()
|
|
|
15 |
demo = gr.Interface(fn=captioner,
|
16 |
inputs=[gr.Image(label="Upload image", type="pil")],
|
17 |
outputs=[gr.Textbox(label="Caption")],
|
18 |
+
title="Image Captioning",
|
19 |
+
description="Hasta la vista, captionless images!",
|
20 |
allow_flagging="never")
|
21 |
|
22 |
demo.launch()
|