Iskaj commited on
Commit
6c4c77e
1 Parent(s): 36a4d25

remove more examples

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -125,8 +125,9 @@ with open('apb2022.json', "r") as json_file:
125
  # Some example videos that can be compared to
126
  EXAMPLE_VIDEO_URLS = [#"https://www.youtube.com/watch?v=qIaqMqMweM4",
127
  "https://drive.google.com/uc?id=1Y1-ypXOvLrp1x0cjAe_hMobCEdA0UbEo&export=download",
128
- "https://video.twimg.com/amplify_video/1575576025651617796/vid/480x852/jP057nPfPJSUM0kR.mp4?tag=14",
129
- "https://drive.google.com/uc?id=1XW0niHR1k09vPNv1cp6NvdGXe7FHJc1D&export=download"]
 
130
 
131
  # Interface to simply index
132
  index_iface = gr.Interface(fn=lambda url: index_hashes_for_video(url).ntotal,
 
125
  # Some example videos that can be compared to
126
  EXAMPLE_VIDEO_URLS = [#"https://www.youtube.com/watch?v=qIaqMqMweM4",
127
  "https://drive.google.com/uc?id=1Y1-ypXOvLrp1x0cjAe_hMobCEdA0UbEo&export=download",
128
+ #"https://video.twimg.com/amplify_video/1575576025651617796/vid/480x852/jP057nPfPJSUM0kR.mp4?tag=14",
129
+ #"https://drive.google.com/uc?id=1XW0niHR1k09vPNv1cp6NvdGXe7FHJc1D&export=download",
130
+ ]
131
 
132
  # Interface to simply index
133
  index_iface = gr.Interface(fn=lambda url: index_hashes_for_video(url).ntotal,