Campfireman commited on
Commit
67a5fbe
1 Parent(s): c346c07

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