fantaxy commited on
Commit
4b90653
ยท
verified ยท
1 Parent(s): c8e4fce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -42,12 +42,13 @@ savedir_sample = os.path.join(savedir, "sample")
42
  os.makedirs(savedir, exist_ok=True)
43
 
44
  EXAMPLES = [ # prompt, first frame, width, height, center crop, seed
45
- ["timelapse at the snow land with aurora in the sky.", "example/example_01.png"],
46
- ["fireworks.", "example/example_02.png"],
47
- ["clown fish swimming through the coral reef.", "example/example_03.png"],
48
- ["melting ice cream dripping down the cone.", "example/example_04.png"],
49
  ]
50
 
 
51
  EXAMPLES_HIDDEN = {
52
  "timelapse at the snow land with aurora in the sky.": ["example/example_01.png", 256, 256, True, 21800],
53
  "fireworks.": ["example/example_02.png", 256, 256, True, 21800],
 
42
  os.makedirs(savedir, exist_ok=True)
43
 
44
  EXAMPLES = [ # prompt, first frame, width, height, center crop, seed
45
+ ["์˜ค๋กœ๋ผ๊ฐ€ ํ•˜๋Š˜์— ์žˆ๋Š” ๋ˆˆ ๋ฎ์ธ ๋•…์˜ ํƒ€์ž„๋žฉ์Šค.", "example/example_01.png"],
46
+ ["๋ถˆ๊ฝƒ๋†€์ด.", "example/example_02.png"],
47
+ ["์‚ฐํ˜ธ์ดˆ๋ฅผ ํ—ค์—„์น˜๋Š” ํฐ๋™๊ฐ€๋ฆฌ.", "example/example_03.png"],
48
+ ["์ฝ˜์—์„œ ๋…น์•„๋‚ด๋ฆฌ๋Š” ์•„์ด์Šคํฌ๋ฆผ.", "example/example_04.png"],
49
  ]
50
 
51
+
52
  EXAMPLES_HIDDEN = {
53
  "timelapse at the snow land with aurora in the sky.": ["example/example_01.png", 256, 256, True, 21800],
54
  "fireworks.": ["example/example_02.png", 256, 256, True, 21800],