vilarin commited on
Commit
9b91493
1 Parent(s): 1f956ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -125,8 +125,7 @@ with gr.Blocks(css=CSS) as demo:
125
  ],
126
  examples=[{"text": "What is on the desk?", "files": ["./laptop.jpg"]},
127
  {"text": "Where it is?", "files": ["./hotel.jpg"]},
128
- {"text": "Can yo describe this image?", "files": ["./spacecat.png"]}
129
- ],
130
  )
131
 
132
 
 
125
  ],
126
  examples=[{"text": "What is on the desk?", "files": ["./laptop.jpg"]},
127
  {"text": "Where it is?", "files": ["./hotel.jpg"]},
128
+ {"text": "Can yo describe this image?", "files": ["./spacecat.png"]}],
 
129
  )
130
 
131