Campfireman commited on
Commit
3975016
·
1 Parent(s): 7405ff0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def extract_audio():
57
  notify = "Sucess. Download request will be pulled up soon. "
58
 
59
  def extrator_pipeline(url):
60
- clean_up()
61
  get_video(url)
62
  extract_audio()
63
  return notity
 
57
  notify = "Sucess. Download request will be pulled up soon. "
58
 
59
  def extrator_pipeline(url):
60
+ # clean_up()
61
  get_video(url)
62
  extract_audio()
63
  return notity