gizemsarsinlar commited on
Commit
2530368
1 Parent(s): 3d0449e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(css=css) as demo:
65
  # Example images and text
66
  examples = [
67
  ["image1.jpeg", "What does this painting tell us explain in detail?"],
68
- ["image2.jpg", "Describe the scene in this picture."],
69
  ["image3.jpg", "Describe the scene in this picture."]
70
  ]
71
 
 
65
  # Example images and text
66
  examples = [
67
  ["image1.jpeg", "What does this painting tell us explain in detail?"],
68
+ ["image2.jpg", "What does this painting tell us explain in detail?"],
69
  ["image3.jpg", "Describe the scene in this picture."]
70
  ]
71