paugar commited on
Commit
9fa2277
·
verified ·
1 Parent(s): 8fda60c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
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/inputs/0010.png'],
55
- ['examples/inputs/0060.png'],
56
- ['examples/inputs/0075.png'],
57
- ["examples/inputs/0087.png"],
58
- ["examples/inputs/0088.png"]]
 
 
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 {