Spaces:
Sleeping
Sleeping
Commit
·
fce82d7
1
Parent(s):
ed7ec7a
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ import os
|
|
6 |
from ultralytics import YOLO
|
7 |
|
8 |
file_urls = [
|
9 |
-
'
|
10 |
-
'
|
11 |
-
'
|
12 |
]
|
13 |
|
14 |
def download_file(url, save_name):
|
|
|
6 |
from ultralytics import YOLO
|
7 |
|
8 |
file_urls = [
|
9 |
+
'https://drive.google.com/file/d/1an-X1q3WwdPE5CnqAXo-yk4sU3xS_phj/view?usp=sharing',
|
10 |
+
'https://drive.google.com/file/d/1EeU5DppXQ-e6VHsWi46_lpBQKdhhoS8a/view?usp=sharing',
|
11 |
+
'https://drive.google.com/file/d/1twS9nuttqE5SPeRZrWN-8XwenBppwoGs/view?usp=sharing'
|
12 |
]
|
13 |
|
14 |
def download_file(url, save_name):
|