Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
492271d
1
Parent(s):
129bf32
Update moviepyTest.py
Browse files- moviepyTest.py +1 -1
moviepyTest.py
CHANGED
@@ -13,7 +13,7 @@ def get_duration(image_name) ->str:
|
|
13 |
|
14 |
def test():
|
15 |
|
16 |
-
IMAGEMAGICK_BINARY = '/magick'
|
17 |
# 图片素材和字幕
|
18 |
image_files = ['6.jpg', '7.jpg']
|
19 |
subtitles = ['我我我,我帝者战神呀!', '嘻嘻!不要笑,不可以笑啦!']
|
|
|
13 |
|
14 |
def test():
|
15 |
|
16 |
+
config_defaults.IMAGEMAGICK_BINARY = '/magick'
|
17 |
# 图片素材和字幕
|
18 |
image_files = ['6.jpg', '7.jpg']
|
19 |
subtitles = ['我我我,我帝者战神呀!', '嘻嘻!不要笑,不可以笑啦!']
|