Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,15 +73,16 @@ out = [
|
|
73 |
]
|
74 |
|
75 |
example_images = [
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
|
|
|
|
83 |
]
|
84 |
-
|
85 |
# example_images = [
|
86 |
# ["images/chandler.jpeg"],
|
87 |
# ["images/janice.jpg"],
|
|
|
73 |
]
|
74 |
|
75 |
example_images = [
|
76 |
+
[
|
77 |
+
os.path.join(os.path.dirname(__file__), "images/chandler.jpeg"),
|
78 |
+
os.path.join(os.path.dirname(__file__), "images/janice.jpg"),
|
79 |
+
os.path.join(os.path.dirname(__file__), "images/joey.jpg"),
|
80 |
+
os.path.join(os.path.dirname(__file__), "images/phoebe.jpg"),
|
81 |
+
os.path.join(os.path.dirname(__file__), "images/rachel_monica.jpg"),
|
82 |
+
os.path.join(os.path.dirname(__file__), "images/ross.jpg"),
|
83 |
+
os.path.join(os.path.dirname(__file__), "images/gunther.jpg")
|
84 |
+
]
|
85 |
]
|
|
|
86 |
# example_images = [
|
87 |
# ["images/chandler.jpeg"],
|
88 |
# ["images/janice.jpg"],
|