Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 12 |
output = "video_.mp4"
|
| 13 |
-
gdown.download(url, output,
|
| 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 = [
|