Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ def generate_translated_subtitle(language, segments, input_video_name):
|
|
| 225 |
f.write(text)
|
| 226 |
return subtitle_file
|
| 227 |
|
| 228 |
-
def process_video(video
|
| 229 |
|
| 230 |
mp3_file=extract_audio(video)
|
| 231 |
wordlevel_info=transcribe(mp3_file)
|
|
|
|
| 225 |
f.write(text)
|
| 226 |
return subtitle_file
|
| 227 |
|
| 228 |
+
def process_video(video):
|
| 229 |
|
| 230 |
mp3_file=extract_audio(video)
|
| 231 |
wordlevel_info=transcribe(mp3_file)
|