Spaces:
Runtime error
Runtime error
ernestchu
commited on
Commit
·
be0f24a
1
Parent(s):
3697c1b
change examples
Browse files
app.py
CHANGED
@@ -210,9 +210,9 @@ gr.Interface(
|
|
210 |
description='A CLIP-based app that find the YouTube video frame that matches its thumbnail.',
|
211 |
article = article,
|
212 |
examples=[
|
213 |
-
['https://youtu.be/
|
214 |
-
['https://youtu.be/
|
215 |
-
['https://youtu.be/
|
216 |
]
|
217 |
).launch(debug=True,enable_queue=True,share=True)
|
218 |
|
|
|
210 |
description='A CLIP-based app that find the YouTube video frame that matches its thumbnail.',
|
211 |
article = article,
|
212 |
examples=[
|
213 |
+
['https://youtu.be/LPGUtKKO6F8', 1],
|
214 |
+
['https://youtu.be/wJCXBGPo5c8', 1],
|
215 |
+
['https://youtu.be/RicOR0oHATY', 1]
|
216 |
]
|
217 |
).launch(debug=True,enable_queue=True,share=True)
|
218 |
|