gouravgujariya commited on
Commit
403fe83
1 Parent(s): 82df68c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import os
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):
 
6
  from ultralytics import YOLO
7
 
8
  file_urls = [
9
+ 'https://www.dropbox.com/scl/fi/i582tgw95r0f8i8cssmx0/images.jpg?rlkey=fa3d74yaj0bh941jo67n0elns&dl=0',
10
+ 'https://www.dropbox.com/scl/fi/z4tnnills03s1o4evbqpl/download.jpg?rlkey=gmh63kexnnjcva6ahzo2wfmsd&dl=0'
11
  ]
12
 
13
  def download_file(url, save_name):