paugar commited on
Commit
ad1c17e
·
verified ·
1 Parent(s): 15e8faa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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 {