ernestchu commited on
Commit
be0f24a
1 Parent(s): 3697c1b

change examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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/v1rkzUIL8oc', 1],
214
- ['https://youtu.be/k4R5wZs8cxI', 1],
215
- ['https://youtu.be/0diCvgWv_ng', 1]
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