Spaces:
Runtime error
Runtime error
文字お越し追加
Browse files- app.py +4 -4
- examples/{image03.jpg → images_03.jpg} +0 -0
app.py
CHANGED
@@ -133,15 +133,15 @@ DESCRIPTION = """# 🐟 Llama-3-EZO-VLM-1
|
|
133 |
examples = [
|
134 |
{
|
135 |
"text": "画像について詳しく説明してください。",
|
136 |
-
"files": ["./examples/
|
137 |
},
|
138 |
{
|
139 |
"text": "画像について詳しく説明してください。",
|
140 |
-
"files": ["./examples/
|
141 |
},
|
142 |
{
|
143 |
-
"text": "
|
144 |
-
"files": ["./examples/
|
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
|