Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -15,8 +15,7 @@ def download_audio(url):
|
|
15 |
}
|
16 |
with yt_dlp.YoutubeDL(ydl_opts) as ydl:
|
17 |
ydl.download([url])
|
18 |
-
return
|
19 |
-
|
20 |
|
21 |
with gr.Blocks() as demo:
|
22 |
used_letters_var = gr.State([])
|
|
|
15 |
}
|
16 |
with yt_dlp.YoutubeDL(ydl_opts) as ydl:
|
17 |
ydl.download([url])
|
18 |
+
return
|
|
|
19 |
|
20 |
with gr.Blocks() as demo:
|
21 |
used_letters_var = gr.State([])
|