Spaces:
Running
on
Zero
Running
on
Zero
update example
Browse files
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,
|
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 |
|