habulaj commited on
Commit
51ca5e0
·
verified ·
1 Parent(s): 65d56fd

Update srt_utils.py

Browse files
Files changed (1) hide show
  1. srt_utils.py +1 -0
srt_utils.py CHANGED
@@ -296,6 +296,7 @@ def apply_netflix_style_filter(srt_content):
296
 
297
  import subprocess
298
  import shutil
 
299
 
300
  def process_audio_for_transcription(input_file: str) -> str:
301
  """
 
296
 
297
  import subprocess
298
  import shutil
299
+ import os
300
 
301
  def process_audio_for_transcription(input_file: str) -> str:
302
  """