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

文字お越し追加

Browse files
app.py CHANGED
@@ -133,15 +133,15 @@ DESCRIPTION = """# 🐟 Llama-3-EZO-VLM-1
133
  examples = [
134
  {
135
  "text": "画像について詳しく説明してください。",
136
- "files": ["./examples/image_01.jpg", "./examples/image_01.jpg"],
137
  },
138
  {
139
  "text": "画像について詳しく説明してください。",
140
- "files": ["./examples/image_02.jpg", "./examples/image_02.jpg"],
141
  },
142
  {
143
- "text": "画像について詳しく説明してください。",
144
- "files": ["./examples/image_04.png", "./examples/image_04.png"],
145
  },
146
  {
147
  "text": "1番目と2番目の画像に写っている動物の違いは何ですか?簡潔に説明してください。",
 
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番目の画像に写っている動物の違いは何ですか?簡潔に説明してください。",
examples/{image03.jpg → images_03.jpg} RENAMED
File without changes