wren93 commited on
Commit
c7b0ad5
1 Parent(s): 47dfbb8

update example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ EXAMPLES = [ # prompt, first frame, width, height, center crop, seed
49
  EXAMPLES_HIDDEN = {
50
  "timelapse at the snow land with aurora in the sky.": ["example/example_01.png", 256, 256, True, 21800],
51
  "fireworks.": ["example/example_02.png", 256, 256, True, 21800],
52
- "clown fish swimming through the coral reef.": ["example/example_03.png", 256, 256, True, 21800],
53
  "melting ice cream dripping down the cone.": ["example/example_04.png", 256, 256, True, 21800]
54
  }
55
 
 
49
  EXAMPLES_HIDDEN = {
50
  "timelapse at the snow land with aurora in the sky.": ["example/example_01.png", 256, 256, True, 21800],
51
  "fireworks.": ["example/example_02.png", 256, 256, True, 21800],
52
+ "clown fish swimming through the coral reef.": ["example/example_03.png", 256, 256, True, 75692375],
53
  "melting ice cream dripping down the cone.": ["example/example_04.png", 256, 256, True, 21800]
54
  }
55