Skip to content

Commit

Permalink
uncomment transcribe
Browse files Browse the repository at this point in the history
  • Loading branch information
colobas committed Feb 7, 2024
1 parent 107d19f commit e695319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_debates.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def process_debate(*, title, url, output_root):
headers = None

get_audio(m3u8_url, audio_path, headers=headers)
#transcribe_audio(audio_path, output_root)
transcribe_audio(audio_path, output_root)

out = {
"slug": slug,
Expand Down

0 comments on commit e695319

Please sign in to comment.