Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ Click on download button in output box to download video
|
|
9 |
Video format is webm and there is no problem with it!
|
10 |
|
11 |
NOTE: GOOGLE BLOCKS IP IF TOO MANY REQUESTS SENT. SO THE VIDEO WILL NOT DOWNLOAD THEN. I WILL RESOLVE IT AS SOON AS POSSIBLE!"""
|
12 |
-
gr.
|
13 |
# Function to generate a random alphabet name for the video file
|
14 |
def generate_random_name(length=10):
|
15 |
letters = string.ascii_lowercase
|
|
|
9 |
Video format is webm and there is no problem with it!
|
10 |
|
11 |
NOTE: GOOGLE BLOCKS IP IF TOO MANY REQUESTS SENT. SO THE VIDEO WILL NOT DOWNLOAD THEN. I WILL RESOLVE IT AS SOON AS POSSIBLE!"""
|
12 |
+
gr.Markdown(text)
|
13 |
# Function to generate a random alphabet name for the video file
|
14 |
def generate_random_name(length=10):
|
15 |
letters = string.ascii_lowercase
|