Amrrs commited on
Commit
4f0b889
1 Parent(s): 2d907e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ title = "Image Captioning using ViT + GPT2"
60
  description = "ViT and GPT2 are used to generate Image Caption for the uploaded image. COCO Dataset was used for training. This image captioning model might have some biases that we couldn't figure during our stress testing, so if you find any bias (gender, race and so on) please use `Flag` button to flag the image with bias"
61
  article = " <a href='https://huggingface.co/sachin/vit2distilgpt2'>Model Repo on Hugging Face Model Hub</a>"
62
  examples = [
63
- ["people-walking-street-pedestrian-crossing-traffic-light-city.jpeg",
64
- "elonmusk.jpeg"]
65
 
66
  ]
67
 
60
  description = "ViT and GPT2 are used to generate Image Caption for the uploaded image. COCO Dataset was used for training. This image captioning model might have some biases that we couldn't figure during our stress testing, so if you find any bias (gender, race and so on) please use `Flag` button to flag the image with bias"
61
  article = " <a href='https://huggingface.co/sachin/vit2distilgpt2'>Model Repo on Hugging Face Model Hub</a>"
62
  examples = [
63
+ ["people-walking-street-pedestrian-crossing-traffic-light-city.jpeg"],
64
+ ["elonmusk.jpeg"]
65
 
66
  ]
67