Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,12 +75,12 @@ out = [
|
|
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.
|
79 |
-
os.path.join(os.path.dirname(__file__), "images/joey.
|
80 |
-
os.path.join(os.path.dirname(__file__), "images/phoebe.
|
81 |
-
os.path.join(os.path.dirname(__file__), "images/rachel_monica.
|
82 |
-
os.path.join(os.path.dirname(__file__), "images/ross.
|
83 |
-
os.path.join(os.path.dirname(__file__), "images/gunther.
|
84 |
]
|
85 |
]
|
86 |
# example_images = [
|
|
|
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.jpeg"),
|
79 |
+
os.path.join(os.path.dirname(__file__), "images/joey.jpeg"),
|
80 |
+
os.path.join(os.path.dirname(__file__), "images/phoebe.jpeg"),
|
81 |
+
os.path.join(os.path.dirname(__file__), "images/rachel_monica.jpeg"),
|
82 |
+
os.path.join(os.path.dirname(__file__), "images/ross.jpeg"),
|
83 |
+
os.path.join(os.path.dirname(__file__), "images/gunther.jpeg")
|
84 |
]
|
85 |
]
|
86 |
# example_images = [
|