Spaces:
Runtime error
Runtime error
krypticmouse
commited on
Commit
•
d8ec7b6
1
Parent(s):
ed498b4
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ description = ""
|
|
29 |
input = gr.inputs.Image(label="Image to search", type = 'pil', optional=False)
|
30 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
31 |
|
32 |
-
article = "This
|
33 |
|
34 |
example = ["./examples/example_{i}.jpg" for i in range(1,6)]
|
35 |
|
|
|
29 |
input = gr.inputs.Image(label="Image to search", type = 'pil', optional=False)
|
30 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
31 |
|
32 |
+
article = "This HuggingFace Space presents a demo for Image captioning in Hindi built with VIT Encoder and GPT2 Decoder"
|
33 |
|
34 |
example = ["./examples/example_{i}.jpg" for i in range(1,6)]
|
35 |
|