Spaces:
Runtime error
Runtime error
Commit
•
5501e45
1
Parent(s):
485d132
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ youtube = gr.Interface(
|
|
297 |
],
|
298 |
allow_flagging="never",
|
299 |
title=title,
|
300 |
-
examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", True]],
|
301 |
cache_examples=False,
|
302 |
description=description,
|
303 |
article=article,
|
|
|
297 |
],
|
298 |
allow_flagging="never",
|
299 |
title=title,
|
300 |
+
examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", True, True]],
|
301 |
cache_examples=False,
|
302 |
description=description,
|
303 |
article=article,
|