Spaces:
Runtime error
Runtime error
Update components/utils.py
Browse files- components/utils.py +1 -1
components/utils.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from moviepy.editor import VideoFileClip, concatenate_videoclips,vfx
|
2 |
import os
|
3 |
|
4 |
def combine_videos(folder_name):
|
|
|
1 |
+
from moviepy.editor import VideoFileClip, concatenate_videoclips, vfx
|
2 |
import os
|
3 |
|
4 |
def combine_videos(folder_name):
|