Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
["
|
| 46 |
-
["
|
| 47 |
-
["
|
| 48 |
-
["
|
| 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],
|