lucas-ventura commited on
Commit
c08a35a
·
verified ·
1 Parent(s): 18706cc

Update src/data/single_video.py

Browse files
Files changed (1) hide show
  1. src/data/single_video.py +2 -1
src/data/single_video.py CHANGED
@@ -3,7 +3,8 @@ from pathlib import Path
3
  from lutils import openf, writef
4
 
5
  from src.data.chapters import sec_to_hms
6
- from tools.extract.asr import ASRProcessor
 
7
 
8
 
9
  class SingleVideo:
 
3
  from lutils import openf, writef
4
 
5
  from src.data.chapters import sec_to_hms
6
+ # from tools.extract.asr_whisperx import ASRProcessor
7
+ from tools.extract.asr_faster_whisper import ASRProcessor
8
 
9
 
10
  class SingleVideo: