Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,10 +34,10 @@ def upload_image():
|
|
34 |
"./images/olympic.jpg",
|
35 |
"./images/usa.jpg",
|
36 |
"./images/box.jpg"]
|
37 |
-
name_list=["view(
|
38 |
-
"cat",
|
39 |
-
"paris 2024",
|
40 |
-
"statue of liberty",
|
41 |
"box(from my camera)"]
|
42 |
images_all = dict(zip(name_list, image_list))
|
43 |
|
|
|
34 |
"./images/olympic.jpg",
|
35 |
"./images/usa.jpg",
|
36 |
"./images/box.jpg"]
|
37 |
+
name_list=["view(from internet)",
|
38 |
+
"cat(from internet)",
|
39 |
+
"paris 2024(from internet)",
|
40 |
+
"statue of liberty(from internet)",
|
41 |
"box(from my camera)"]
|
42 |
images_all = dict(zip(name_list, image_list))
|
43 |
|