Update srt_utils.py
Browse files- 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 |
"""
|