developer28 commited on
Commit
601060e
·
verified ·
1 Parent(s): 8fef1d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ def create_interface():
315
  )
316
 
317
  # Event handlers
318
- def handle_download(url):
319
  if not url or not url.strip():
320
  return "Please enter a YouTube URL", gr.File(visible=False), gr.Button(visible=False), None
321
 
 
315
  )
316
 
317
  # Event handlers
318
+ def handle_download(url,cookies_path):
319
  if not url or not url.strip():
320
  return "Please enter a YouTube URL", gr.File(visible=False), gr.Button(visible=False), None
321