Spaces:
Sleeping
Sleeping
Commit
·
d5333d3
1
Parent(s):
378b359
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ examples = ["1.png" ,"2.png" , "3.png" ]
|
|
19 |
gr.Interface(
|
20 |
img2cap,
|
21 |
inputs = gr.inputs.Image(type="pil", label="Original Image"),
|
22 |
-
outputs= gr.outputs.Textbox(label="
|
23 |
title = "Image Captioning using git-base-One-Piece Model",
|
24 |
description = "git-base-One-Piece is used to generate Image Caption for the uploaded image.",
|
25 |
examples=examples,
|
|
|
19 |
gr.Interface(
|
20 |
img2cap,
|
21 |
inputs = gr.inputs.Image(type="pil", label="Original Image"),
|
22 |
+
outputs= gr.outputs.Textbox(label="The generated caption:"),
|
23 |
title = "Image Captioning using git-base-One-Piece Model",
|
24 |
description = "git-base-One-Piece is used to generate Image Caption for the uploaded image.",
|
25 |
examples=examples,
|