Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,11 +53,11 @@ Due to the GPU memory limitations, the app might crash if you feed a high-resolu
|
|
53 |
<br>
|
54 |
'''
|
55 |
|
56 |
-
examples = [['examples/inputs/1.
|
57 |
-
['examples/inputs/2.
|
58 |
-
['examples/inputs/3.
|
59 |
-
["examples/inputs/4.
|
60 |
-
["examples/inputs/5.
|
61 |
|
62 |
css = """
|
63 |
.image-frame img, .image-container img {
|
|
|
53 |
<br>
|
54 |
'''
|
55 |
|
56 |
+
examples = [['examples/inputs/1.jpg'],
|
57 |
+
['examples/inputs/2.jpg'],
|
58 |
+
['examples/inputs/3.jpg'],
|
59 |
+
["examples/inputs/4.jpg"],
|
60 |
+
["examples/inputs/5.jpg"]]
|
61 |
|
62 |
css = """
|
63 |
.image-frame img, .image-container img {
|