ReacherTN commited on
Commit
6c46dd8
·
1 Parent(s): e36c177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,9 +8,9 @@ import gdown
8
  path = [['image.jpg'],]
9
  video_path = [['video_.mp4']]
10
  # downloading vide example
11
- url = "https://drive.google.com/file/d/1reSYnmarjdmDfR1QFK3NBHzJ5q_8Kyia/view?usp=sharing"
12
  output = "video_.mp4"
13
- gdown.download(url, output, quiet=False)
14
 
15
  #image = cv2.imwrite('output.jpg', show_preds_image(path))
16
  inputs_image = [
 
8
  path = [['image.jpg'],]
9
  video_path = [['video_.mp4']]
10
  # downloading vide example
11
+ url = "https://drive.google.com/file/d/1reSYnmarjdmDfR1QFK3NBHzJ5q_8Kyia/view?usp=share_link"
12
  output = "video_.mp4"
13
+ gdown.download(url, output, quiet=False, fuzzy=True)
14
 
15
  #image = cv2.imwrite('output.jpg', show_preds_image(path))
16
  inputs_image = [