Sangmin commited on
Commit
ac98964
1 Parent(s): 2b07e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def download_yt_audio(yt_url, filename):
83
  raise gr.Error(str(err))
84
 
85
 
86
- def yt_transcribe(yt_url, task, max_filesize=75.0):
87
  html_embed_str = _return_yt_html_embed(yt_url)
88
 
89
  with tempfile.TemporaryDirectory() as tmpdirname:
 
83
  raise gr.Error(str(err))
84
 
85
 
86
+ def yt_transcribe(yt_url, task, return_timestamps, max_filesize=75.0):
87
  html_embed_str = _return_yt_html_embed(yt_url)
88
 
89
  with tempfile.TemporaryDirectory() as tmpdirname: