Update app.py
Browse files
app.py
CHANGED
@@ -34,12 +34,13 @@ translator = pipeline("translation", model="Helsinki-NLP/opus-mt-ko-en")
|
|
34 |
DEBUG_MODE = False
|
35 |
|
36 |
demo_examples = [
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
43 |
|
44 |
TEMP_DIR = "_demo_temp"
|
45 |
|
|
|
34 |
DEBUG_MODE = False
|
35 |
|
36 |
demo_examples = [
|
37 |
+
["./demo/Man Walking.mp4", "./demo/Man Walking/edited_first_frame/turn the man into darth vader.png", "๋จ์๋ฅผ ๋ค์ค ๋ฒ ์ด๋๋ก ๋ณ์ ์ํค๊ธฐ", 0.1, 0.1, 1.0],
|
38 |
+
["./demo/A kitten turning its head on a wooden floor.mp4", "./demo/A kitten turning its head on a wooden floor/edited_first_frame/A dog turning its head on a wooden floor.png", "๋๋ฌด ๋ฐ๋ฅ์์ ๊ณ ๊ฐ๋ฅผ ๋๋ฆฌ๋ ๊ฐ์์ง", 0.2, 0.2, 0.5],
|
39 |
+
["./demo/An Old Man Doing Exercises For The Body And Mind.mp4", "./demo/An Old Man Doing Exercises For The Body And Mind/edited_first_frame/jack ma.png", "๋ชธ๊ณผ ๋ง์์ ์ํ ์ด๋์ ํ๋ ๋จ์", 0.8, 0.8, 1.0],
|
40 |
+
["./demo/Ballet.mp4", "./demo/Ballet/edited_first_frame/van gogh style.png", "๋ฐ ๊ณ ํ ์คํ์ผ์ ๋ฐ๋ ๋ฅผ ์ถ๋ ์๋
", 1.0, 1.0, 1.0],
|
41 |
+
["./demo/A Couple In A Public Display Of Affection.mp4", "./demo/A Couple In A Public Display Of Affection/edited_first_frame/Snowing.png", "๊ณต๊ณต์ฅ์์์ ์ ์ ์ ๊ณผ์ํ๋ ์ปคํ, ๋์ด ๋ด๋ฆผ", 0.3, 0.3, 1.0]
|
42 |
+
]
|
43 |
+
|
44 |
|
45 |
TEMP_DIR = "_demo_temp"
|
46 |
|