Hev832 commited on
Commit
deff73d
·
verified ·
1 Parent(s): 3686862

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -2
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 "audio downloaded as '%(title)s.wav'"
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([])