gouravgujariya
commited on
Commit
•
82df68c
1
Parent(s):
5be1d34
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,8 @@ import os
|
|
6 |
from ultralytics import YOLO
|
7 |
|
8 |
file_urls = [
|
9 |
-
'https://
|
10 |
-
'https://
|
11 |
-
'https://rb.gy/ojoohp'
|
12 |
]
|
13 |
|
14 |
def download_file(url, save_name):
|
|
|
6 |
from ultralytics import YOLO
|
7 |
|
8 |
file_urls = [
|
9 |
+
'https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.researchgate.net%2Ffigure%2Fray-of-baggage-showing-different-objects-with-different-densities-III-ALGORITHEM_fig2_305264591&psig=AOvVaw1s-qOqWplhsbjliHEq4bqo&ust=1699106526616000&source=images&cd=vfe&opi=89978449&ved=0CBIQjRxqFwoTCNCBs5n_p4IDFQAAAAAdAAAAABAJ',
|
10 |
+
'https://www.google.com/url?sa=i&url=https%3A%2F%2Fbitrefine.group%2Faboutcompany%2Fnews%2F251-computer-system-has-learned-to-recognize-x-ray-images-and-alerts-if-it-sees-illegal-items&psig=AOvVaw1s-qOqWplhsbjliHEq4bqo&ust=1699106526616000&source=images&cd=vfe&opi=89978449&ved=0CBIQjRxqFwoTCNCBs5n_p4IDFQAAAAAdAAAAABAR'
|
|
|
11 |
]
|
12 |
|
13 |
def download_file(url, save_name):
|