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:
@@ -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__))
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user