FriendlyUser commited on
Commit
1590dda
·
1 Parent(s): 33fa1df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def get_text_from_mp3_whisper(inputType:str, mp3_file: str, url_path: str, taskN
143
  output_file = "temp.mp4"
144
  # return temp.mp4
145
 
146
- return result.get("segments"), words, "temp.mp4"
147
 
148
  gr.Interface(
149
  title = 'Download Video From url and extract text from audio',
 
143
  output_file = "temp.mp4"
144
  # return temp.mp4
145
 
146
+ return result.get("segments"), words, "subtitled.mp4"
147
 
148
  gr.Interface(
149
  title = 'Download Video From url and extract text from audio',