Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def infer(image, prompt, steps=50, cfg_scale=7.5, eta=1.0, fs=3, seed=123):
|
|
98 |
return video_path
|
99 |
|
100 |
i2v_examples = [
|
101 |
-
['prompts/1024/astronaut04.png', '
|
102 |
['prompts/1024/bloom01.png', 'time-lapse of a blooming flower with leaves and a stem', 30, 7.5, 1.0, 10, 123],
|
103 |
['prompts/1024/girl07.png', 'a beautiful woman with long hair and a dress blowing in the wind', 30, 7.5, 1.0, 10, 123],
|
104 |
['prompts/1024/pour_bear.png', 'pouring beer into a glass of ice and beer', 30, 7.5, 1.0, 10, 123],
|
|
|
98 |
return video_path
|
99 |
|
100 |
i2v_examples = [
|
101 |
+
['prompts/1024/astronaut04.png', '우주인 복장으로 기타를 치는 남자', 30, 7.5, 1.0, 6, 123],
|
102 |
['prompts/1024/bloom01.png', 'time-lapse of a blooming flower with leaves and a stem', 30, 7.5, 1.0, 10, 123],
|
103 |
['prompts/1024/girl07.png', 'a beautiful woman with long hair and a dress blowing in the wind', 30, 7.5, 1.0, 10, 123],
|
104 |
['prompts/1024/pour_bear.png', 'pouring beer into a glass of ice and beer', 30, 7.5, 1.0, 10, 123],
|