add whisperx support
This commit is contained in:
@@ -73,7 +73,7 @@ class CacheManager:
|
||||
if not self.use_cache or self.skip_cache_frames or not self.frames_dir.exists():
|
||||
return None
|
||||
|
||||
existing_frames = list(self.frames_dir.glob("frame_*.jpg"))
|
||||
existing_frames = list(self.frames_dir.glob("*.jpg"))
|
||||
|
||||
if not existing_frames:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user