Update app.py
Browse files
app.py
CHANGED
@@ -53,12 +53,11 @@ Due to the GPU memory limitations, the app might crash if you feed a high-resolu
|
|
53 |
<br>
|
54 |
'''
|
55 |
|
56 |
-
examples = [['
|
57 |
-
['
|
58 |
-
['
|
59 |
-
[
|
60 |
-
[
|
61 |
-
["examples/inputs/BDD100k_input.jpg"]]
|
62 |
|
63 |
css = """
|
64 |
.image-frame img, .image-container img {
|
|
|
53 |
<br>
|
54 |
'''
|
55 |
|
56 |
+
examples = [['images/425_UHD_LL.JPG'],
|
57 |
+
['images/674_UHD_LL.JPG'],
|
58 |
+
['images/685_UHD_LL.JPG'],
|
59 |
+
['images/1778_UHD_LL.JPG'],
|
60 |
+
['images/1791_UHD_LL.JPG']]
|
|
|
61 |
|
62 |
css = """
|
63 |
.image-frame img, .image-container img {
|