Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -278,11 +278,11 @@ with demo:
|
|
278 |
gr.Markdown('''
|
279 |
### You can test with some youtube links as below:
|
280 |
''')
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
|
287 |
|
288 |
with gr.Row():
|
|
|
278 |
gr.Markdown('''
|
279 |
### You can test with some youtube links as below:
|
280 |
''')
|
281 |
+
examples = gr.Examples(examples=
|
282 |
+
[ "https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
|
283 |
+
"https://www.youtube.com/watch?v=-UX0X45sYe4",
|
284 |
+
"https://www.youtube.com/watch?v=7minSgqi-Gw"],
|
285 |
+
label="Examples", inputs=[youtube_url_in])
|
286 |
|
287 |
|
288 |
with gr.Row():
|