RASMUS commited on
Commit
ee31388
1 Parent(s): 61d0f54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -483,11 +483,13 @@ with demo:
483
 
484
  with gr.Column():
485
  gr.Markdown('''
486
- ### 1. Insert Youtube URL below. Some test videos below:
487
- ##### 1. https://www.youtube.com/watch?v=nlMuHtV82q8&ab_channel=NothingforSale24
488
- ##### 2. https://www.youtube.com/watch?v=JzPfMbG1vrE&ab_channel=ExplainerVideosByLauren
489
- ##### 3. https://www.youtube.com/watch?v=S68vvV0kod8&ab_channel=Pearl-CohnTelevision
490
  ''')
 
 
 
 
 
491
 
492
  with gr.Row():
493
  with gr.Column():
 
483
 
484
  with gr.Column():
485
  gr.Markdown('''
486
+ ### 1. Copy any Youtube video URL to box below or click one of the examples and then press button "1. Download Youtube video"-button:
 
 
 
487
  ''')
488
+ examples = gr.Examples(examples=
489
+ [ "https://www.youtube.com/watch?v=nlMuHtV82q8&ab_channel=NothingforSale24",
490
+ "https://www.youtube.com/watch?v=JzPfMbG1vrE&ab_channel=ExplainerVideosByLauren",
491
+ "https://www.youtube.com/watch?v=S68vvV0kod8&ab_channel=Pearl-CohnTelevision"],
492
+ label="Examples", inputs=[youtube_url_in])
493
 
494
  with gr.Row():
495
  with gr.Column():