bug fix - moviepy version update (#942)

* initial commit with fix

Signed-off-by: Mustafa <mustafa.cetin@intel.com>

* initial commit with fix

Signed-off-by: Mustafa <mustafa.cetin@intel.com>

---------

Signed-off-by: Mustafa <mustafa.cetin@intel.com>
This commit is contained in:
Mustafa
2024-11-22 09:38:24 -08:00
committed by GitHub
parent 7569e7c9b6
commit bbca7fd57b
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ import base64
import uuid
from os import path, remove
from moviepy.editor import VideoFileClip
from moviepy import VideoFileClip
# Get the root folder of the current script
root_folder = path.dirname(path.abspath(__file__))

View File

@@ -12,7 +12,7 @@ import cv2
import requests
import webvtt
import whisper
from moviepy.editor import VideoFileClip
from moviepy import VideoFileClip
def create_upload_folder(upload_path):