chompionsawelo commited on
Commit
a442a66
·
1 Parent(s): e788c39
Files changed (1) hide show
  1. transcribe.py +1 -1
transcribe.py CHANGED
@@ -13,7 +13,7 @@ def start_transcribe(progress):
13
  _, speaker_groups = load_groups_json()
14
 
15
  subtitle_txt = []
16
- for speaker, _ in zip(speaker_groups, progress.tqdm(speaker_groups, desc="Processing diarization")):
17
  # Transcribe and save temp file
18
  audiof = f"{speaker}.wav"
19
  print(f"Loading {audiof}")
 
13
  _, speaker_groups = load_groups_json()
14
 
15
  subtitle_txt = []
16
+ for speaker, _ in zip(speaker_groups, progress.tqdm(speaker_groups, desc="Transcribing")):
17
  # Transcribe and save temp file
18
  audiof = f"{speaker}.wav"
19
  print(f"Loading {audiof}")