developer28 commited on
Commit
5be84c5
Β·
verified Β·
1 Parent(s): 1021729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def download_video(url, quality, audio_only, cookies_file):
173
  with gr.Blocks(title="YouTube Analyzer + Downloader") as iface:
174
  gr.Markdown("# 🎬 YouTube Video Analyzer + Downloader")
175
  url = gr.Textbox(label="YouTube URL")
176
- cookies = gr.File(label="Upload cookies.txt (Optional)", file_types=[".txt"], type="file")
177
 
178
  with gr.Tab("πŸ“Š Analyze Video"):
179
  analyze_btn = gr.Button("Analyze")
 
173
  with gr.Blocks(title="YouTube Analyzer + Downloader") as iface:
174
  gr.Markdown("# 🎬 YouTube Video Analyzer + Downloader")
175
  url = gr.Textbox(label="YouTube URL")
176
+ cookies = gr.File(label="Upload cookies.txt (Optional)", file_types=[".txt"], type="filepath")
177
 
178
  with gr.Tab("πŸ“Š Analyze Video"):
179
  analyze_btn = gr.Button("Analyze")