Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ with demo:
|
|
277 |
|
278 |
with gr.Column():
|
279 |
gr.Markdown('''
|
280 |
-
###
|
281 |
''')
|
282 |
examples = gr.Examples(examples=
|
283 |
[ "https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
|
|
|
277 |
|
278 |
with gr.Column():
|
279 |
gr.Markdown('''
|
280 |
+
### You can test with some youtube links as below:
|
281 |
''')
|
282 |
examples = gr.Examples(examples=
|
283 |
[ "https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
|