Iskaj commited on
Commit
36a4d25
1 Parent(s): 4ab4ddc

remove yt link in examples to fix runtime error

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -123,7 +123,7 @@ with open('apb2022.json', "r") as json_file:
123
  TARGET_ENTRIES = json.load(json_file)
124
 
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"]
@@ -154,4 +154,5 @@ if __name__ == "__main__":
154
  import matplotlib
155
  matplotlib.use('SVG')
156
 
157
- iface.launch(show_error=True)
 
 
123
  TARGET_ENTRIES = json.load(json_file)
124
 
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"]
 
154
  import matplotlib
155
  matplotlib.use('SVG')
156
 
157
+ # iface.launch(show_error=True)
158
+ iface.launch(share=True, debug=True)