Support for upgraded moviepy

This commit is contained in:
2024-03-02 15:19:30 +01:00
parent 6b6b18507a
commit 455514e475
13 changed files with 87 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
from abc import abstractmethod
from typing import TypedDict
import moviepy.editor as mp
import moviepy as mp
import whisper_timestamped as wt
from torch.cuda import is_available