Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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")
|