Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,8 @@ Due to the GPU memory limitations, the app might crash if you feed a high-resolu
|
|
56 |
examples = [['images/425_UHD_LL.JPG'],
|
57 |
['images/674_UHD_LL.JPG'],
|
58 |
['images/685_UHD_LL.JPG'],
|
59 |
-
['images/
|
|
|
60 |
['images/1791_UHD_LL.JPG']]
|
61 |
|
62 |
css = """
|
|
|
56 |
examples = [['images/425_UHD_LL.JPG'],
|
57 |
['images/674_UHD_LL.JPG'],
|
58 |
['images/685_UHD_LL.JPG'],
|
59 |
+
['images/945_UHD_LL.JPG'],
|
60 |
+
['images/1778_UHD_LL.JPG'],
|
61 |
['images/1791_UHD_LL.JPG']]
|
62 |
|
63 |
css = """
|