Leyo commited on
Commit
38ae6ff
1 Parent(s): 06b9f0c

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +4 -4
app_dialogue.py CHANGED
@@ -60,19 +60,19 @@ examples_path = os.path.dirname(__file__)
60
  EXAMPLES = [
61
  [
62
  {
63
- "text": "Describe the image",
64
  "files": [f"{examples_path}/example_images/plant_bulb.webp"],
65
  }
66
  ],
67
  [
68
  {
69
- "text": "Describe the image",
70
  "files": [f"{examples_path}/example_images/pope_doudoune.webp"],
71
  }
72
  ],
73
  [
74
  {
75
- "text": "Describe the image",
76
  "files": [
77
  f"{examples_path}/example_images/kittens-cats-pet-cute-preview.jpg"
78
  ],
@@ -86,7 +86,7 @@ EXAMPLES = [
86
  ],
87
  [
88
  {
89
- "text": "Describe the image",
90
  "files": [f"{examples_path}/example_images/dragons_playing.png"],
91
  }
92
  ],
 
60
  EXAMPLES = [
61
  [
62
  {
63
+ "text": "What's in the image?",
64
  "files": [f"{examples_path}/example_images/plant_bulb.webp"],
65
  }
66
  ],
67
  [
68
  {
69
+ "text": "What's funny about this image?",
70
  "files": [f"{examples_path}/example_images/pope_doudoune.webp"],
71
  }
72
  ],
73
  [
74
  {
75
+ "text": "Why is this image cute",
76
  "files": [
77
  f"{examples_path}/example_images/kittens-cats-pet-cute-preview.jpg"
78
  ],
 
86
  ],
87
  [
88
  {
89
+ "text": "What's unusual about this image?",
90
  "files": [f"{examples_path}/example_images/dragons_playing.png"],
91
  }
92
  ],