Update sample as previous sample video has been deleted
Browse files
app.py
CHANGED
@@ -524,7 +524,7 @@ with demo:
|
|
524 |
Then press button "1. Download Youtube video"-button:
|
525 |
''')
|
526 |
examples = gr.Examples(examples=
|
527 |
-
[ "https://www.youtube.com/watch?v=
|
528 |
"https://www.youtube.com/watch?v=JzPfMbG1vrE&ab_channel=ExplainerVideosByLauren",
|
529 |
"https://www.youtube.com/watch?v=S68vvV0kod8&ab_channel=Pearl-CohnTelevision"],
|
530 |
label="Examples", inputs=[youtube_url_in])
|
|
|
524 |
Then press button "1. Download Youtube video"-button:
|
525 |
''')
|
526 |
examples = gr.Examples(examples=
|
527 |
+
[ "https://www.youtube.com/watch?v=fLeJJPxua3E&ab_channel=Motiversity",
|
528 |
"https://www.youtube.com/watch?v=JzPfMbG1vrE&ab_channel=ExplainerVideosByLauren",
|
529 |
"https://www.youtube.com/watch?v=S68vvV0kod8&ab_channel=Pearl-CohnTelevision"],
|
530 |
label="Examples", inputs=[youtube_url_in])
|