Naman0001 commited on
Commit
210ef49
·
verified ·
1 Parent(s): e476302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.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
 
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