Spaces:
Runtime error
Runtime error
UPDATE IMAGES
Browse files- app.py +4 -0
- examples/image03.jpg +0 -0
app.py
CHANGED
@@ -139,6 +139,10 @@ examples = [
|
|
139 |
"text": "画像について詳しく説明してください。",
|
140 |
"files": ["./examples/image_02.jpg", "./examples/image_02.jpg"],
|
141 |
},
|
|
|
|
|
|
|
|
|
142 |
{
|
143 |
"text": "1番目と2番目の画像に写っている動物の違いは何ですか?簡潔に説明してください。",
|
144 |
"files": ["./examples/image_0.jpg", "./examples/image_1.jpg"],
|
|
|
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番目の画像に写っている動物の違いは何ですか?簡潔に説明してください。",
|
148 |
"files": ["./examples/image_0.jpg", "./examples/image_1.jpg"],
|
examples/image03.jpg
ADDED