MAGAer13 commited on
Commit
af37dc0
1 Parent(s): d3b40f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ def build_demo(embed_mode):
263
  cur_dir = os.path.dirname(os.path.abspath(__file__))
264
  gr.Examples(examples=[
265
  [f"{cur_dir}/examples/extreme_ironing.jpg", "What is unusual about this image?"],
266
- [f"{cur_dir}/examples/Rebecca_(1939_poster)_Small.jpeg", "What is the name of the movie in the poster?"],
267
  ], inputs=[imagebox, textbox])
268
 
269
  with gr.Accordion("Parameters", open=True) as parameter_row:
 
263
  cur_dir = os.path.dirname(os.path.abspath(__file__))
264
  gr.Examples(examples=[
265
  [f"{cur_dir}/examples/extreme_ironing.jpg", "What is unusual about this image?"],
266
+ [f"{cur_dir}/examples/Rebecca_(1939_poster)_Small.jpeg", "Can you search for the movie with Google Python API?"],
267
  ], inputs=[imagebox, textbox])
268
 
269
  with gr.Accordion("Parameters", open=True) as parameter_row: