Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def generate_video_from_text(text, opt, pipeline):
|
|
144 |
width = 500
|
145 |
height = 500
|
146 |
texts = [text]
|
147 |
-
motion_lens = [opt.motion_length * opt.fps
|
148 |
|
149 |
save_dir = 'temp/'
|
150 |
filename = generate_md5(str(time.time())) + ".gif"
|
|
|
144 |
width = 500
|
145 |
height = 500
|
146 |
texts = [text]
|
147 |
+
motion_lens = [opt.motion_length * opt.fps]
|
148 |
|
149 |
save_dir = 'temp/'
|
150 |
filename = generate_md5(str(time.time())) + ".gif"
|