Update app.py
Browse files
app.py
CHANGED
@@ -35,8 +35,10 @@ title = "Image Captioning using ViT + GPT2"
|
|
35 |
description = "ViT and GPT2 are used to generate Image Caption for the uploaded images"
|
36 |
article = " <a href='https://huggingface.co/gagan3012/ViTGPT2_vizwiz'>Model Repo on Hugging Face Model Hub</a>"
|
37 |
examples = [
|
38 |
-
["
|
39 |
-
["
|
|
|
|
|
40 |
]
|
41 |
|
42 |
gr.Interface(
|
|
|
35 |
description = "ViT and GPT2 are used to generate Image Caption for the uploaded images"
|
36 |
article = " <a href='https://huggingface.co/gagan3012/ViTGPT2_vizwiz'>Model Repo on Hugging Face Model Hub</a>"
|
37 |
examples = [
|
38 |
+
["duck.jpg"],
|
39 |
+
["dice.jpg"],
|
40 |
+
["banana.jpg"],
|
41 |
+
["avacado.jpg"]
|
42 |
]
|
43 |
|
44 |
gr.Interface(
|