Move images
Browse files
app.py
CHANGED
|
@@ -115,23 +115,23 @@ def chat(
|
|
| 115 |
|
| 116 |
examples = [
|
| 117 |
[
|
| 118 |
-
"house.png",
|
| 119 |
"How could someone get out of the house?",
|
| 120 |
],
|
| 121 |
[
|
| 122 |
-
"flower.jpg",
|
| 123 |
"What is this flower and where is it's origin?",
|
| 124 |
],
|
| 125 |
[
|
| 126 |
-
"pizza.jpg",
|
| 127 |
"What are steps to cook it?",
|
| 128 |
],
|
| 129 |
[
|
| 130 |
-
"sunset.jpg",
|
| 131 |
"Here is a romantic message going along the photo:",
|
| 132 |
],
|
| 133 |
[
|
| 134 |
-
"forbidden_city.webp",
|
| 135 |
"In what dynasties was this place built?",
|
| 136 |
],
|
| 137 |
]
|
|
|
|
| 115 |
|
| 116 |
examples = [
|
| 117 |
[
|
| 118 |
+
"images/house.png",
|
| 119 |
"How could someone get out of the house?",
|
| 120 |
],
|
| 121 |
[
|
| 122 |
+
"images/flower.jpg",
|
| 123 |
"What is this flower and where is it's origin?",
|
| 124 |
],
|
| 125 |
[
|
| 126 |
+
"images/pizza.jpg",
|
| 127 |
"What are steps to cook it?",
|
| 128 |
],
|
| 129 |
[
|
| 130 |
+
"images/sunset.jpg",
|
| 131 |
"Here is a romantic message going along the photo:",
|
| 132 |
],
|
| 133 |
[
|
| 134 |
+
"images/forbidden_city.webp",
|
| 135 |
"In what dynasties was this place built?",
|
| 136 |
],
|
| 137 |
]
|
flower.jpg β images/flower.jpg
RENAMED
|
File without changes
|
forbidden_city.webp β images/forbidden_city.webp
RENAMED
|
File without changes
|
house.png β images/house.png
RENAMED
|
File without changes
|
pizza.jpg β images/pizza.jpg
RENAMED
|
File without changes
|
sunset.jpg β images/sunset.jpg
RENAMED
|
File without changes
|