gagan3012 commited on
Commit
fddfcea
·
1 Parent(s): 1f3e07f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- ["people-walking-street-pedestrian-crossing-traffic-light-city.jpeg"],
39
- ["elonmusk.jpeg"]
 
 
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(