Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,12 +52,12 @@ Due to the GPU memory limitations, the app might crash if you feed a high-resolu
|
|
52 |
'''
|
53 |
|
54 |
examples = [['examples/dusttornado.jpg'],
|
55 |
-
['examples/foggy'],
|
56 |
-
['examples/haze'],
|
57 |
-
["examples/mist"],
|
58 |
-
["examples/rain_storm"]
|
59 |
-
["examples/sand_storm"]
|
60 |
-
["examples/snow_storm"]]
|
61 |
|
62 |
css = """
|
63 |
.image-frame img, .image-container img {
|
|
|
52 |
'''
|
53 |
|
54 |
examples = [['examples/dusttornado.jpg'],
|
55 |
+
['examples/foggy.jpg'],
|
56 |
+
['examples/haze.jpg'],
|
57 |
+
["examples/mist.jpg"],
|
58 |
+
["examples/rain_storm.jpg"]
|
59 |
+
["examples/sand_storm.jpg"]
|
60 |
+
["examples/snow_storm.jpg"]]
|
61 |
|
62 |
css = """
|
63 |
.image-frame img, .image-container img {
|