Commit
•
5026b2d
1
Parent(s):
88183ad
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,6 @@ def download_yt_audio(yt_url, filename):
|
|
82 |
|
83 |
|
84 |
def yt_transcribe(yt_url, task, max_filesize=75.0):
|
85 |
-
yt = pt.YouTube(yt_url)
|
86 |
html_embed_str = _return_yt_html_embed(yt_url)
|
87 |
|
88 |
with tempfile.TemporaryDirectory() as tmpdirname:
|
|
|
82 |
|
83 |
|
84 |
def yt_transcribe(yt_url, task, max_filesize=75.0):
|
|
|
85 |
html_embed_str = _return_yt_html_embed(yt_url)
|
86 |
|
87 |
with tempfile.TemporaryDirectory() as tmpdirname:
|