HODACHI commited on
Commit
4633204
1 Parent(s): 7723a24

サンプル追加

Browse files
app.py CHANGED
@@ -132,16 +132,20 @@ DESCRIPTION = """# 🐟 Llama-3-EZO-VLM-1
132
 
133
  examples = [
134
  {
135
- "text": "画像について詳しく説明してください。",
136
- "files": ["./examples/images_01.jpg", "./examples/images_01.jpg"],
 
 
 
 
137
  },
138
  {
139
  "text": "画像について詳しく説明してください。",
140
- "files": ["./examples/images_02.jpg", "./examples/images_02.jpg"],
141
  },
142
  {
143
  "text": "画像の文字を起こしてください。",
144
- "files": ["./examples/images_03.jpg", "./examples/images_03.jpg"],
145
  },
146
  {
147
  "text": "1番目と2番目の画像に写っている動物の違いは何ですか?簡潔に説明してください。",
 
132
 
133
  examples = [
134
  {
135
+ "text": "1番目と2番目の画像に打つ言っている人物は同一人物ですか?違いは何ですか?簡潔に説明してください。",
136
+ "files": ["./examples/images_05_01.jpg","./examples/images_05_02.jpg"],
137
+ },
138
+ {
139
+ "text": "1番目と2番目の画像に打つ言っている人物は同一人物ですか?違いは何ですか?簡潔に説明してください。",
140
+ "files": ["./examples/images_04_01.jpg","./examples/images_04_02.jpg"],
141
  },
142
  {
143
  "text": "画像について詳しく説明してください。",
144
+ "files": ["./examples/images_02.jpg"],
145
  },
146
  {
147
  "text": "画像の文字を起こしてください。",
148
+ "files": ["./examples/images_03.jpg"],
149
  },
150
  {
151
  "text": "1番目と2番目の画像に写っている動物の違いは何ですか?簡潔に説明してください。",
examples/images_04_01.jpg ADDED
examples/images_04_02.jpg ADDED
examples/images_05_01.jpg ADDED
examples/images_05_02.jpg ADDED