Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|