Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Gradio-Blocks/youtube_downloader
netynet
/
youtube_downloader
like
4
Running
App
Files
Files
Community
Hev832
commited on
Jun 5
Commit
cb8512f
•
1 Parent(s):
2b8892c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
import yt_dlp
3
1
+
print("please wait...")
2
+
3
import gradio as gr
4
import yt_dlp
5