vilarin commited on
Commit
1f956ad
1 Parent(s): a089572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -123,6 +123,10 @@ with gr.Blocks(css=CSS) as demo:
123
  render=False,
124
  ),
125
  ],
 
 
 
 
126
  )
127
 
128
 
 
123
  render=False,
124
  ),
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