Spaces:
Sleeping
Sleeping
Commit
·
b2cca8e
1
Parent(s):
a22b0d3
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ gr.close_all()
|
|
21 |
demo = gr.Interface(fn=captioner,
|
22 |
inputs=[gr.Image(label="Upload image", type="pil")],
|
23 |
outputs=[gr.Textbox(label="Caption")],
|
24 |
-
title="Image Captioning with
|
25 |
-
description="Caption any image using the
|
26 |
allow_flagging="never",
|
27 |
)
|
28 |
|
|
|
21 |
demo = gr.Interface(fn=captioner,
|
22 |
inputs=[gr.Image(label="Upload image", type="pil")],
|
23 |
outputs=[gr.Textbox(label="Caption")],
|
24 |
+
title="Image Captioning with {model}",
|
25 |
+
description=f"Caption any image using the {model} model",
|
26 |
allow_flagging="never",
|
27 |
)
|
28 |
|