Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,11 +51,13 @@ Due to the GPU memory limitations, the app might crash if you feed a high-resolu
|
|
51 |
<br>
|
52 |
'''
|
53 |
|
54 |
-
examples = [['examples/
|
55 |
-
['examples/
|
56 |
-
['examples/
|
57 |
-
["examples/
|
58 |
-
["examples/
|
|
|
|
|
59 |
|
60 |
css = """
|
61 |
.image-frame img, .image-container img {
|
|
|
51 |
<br>
|
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 {
|