HarshitJoshi commited on
Commit
8b74f10
·
verified ·
1 Parent(s): 4c4e5fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -4,12 +4,12 @@ import requests
4
  import os
5
 
6
  from ultralytics import YOLO
7
-
8
  file_urls = [
9
- # 'https://www.dropbox.com/s/b5g97xo901zb3ds/pothole_example.jpg?dl=1',
10
- # 'https://www.dropbox.com/s/86uxlxxlm1iaexa/pothole_screenshot.png?dl=1',
11
- # 'https://www.dropbox.com/s/7sjfwncffg8xej2/video_7.mp4?dl=1'
12
  ]
 
13
 
14
  def download_file(url, save_name):
15
  url = url
 
4
  import os
5
 
6
  from ultralytics import YOLO
 
7
  file_urls = [
8
+ 'https://www.dropbox.com/scl/fi/kqd1z6wby1212c6ndodb3/Pol_20_jpg.rf.133c835b66958a7d48c12deeda31a719.jpg?rlkey=uqgvs2cwvahnmju15fv1zgorg&st=snv2yvtk&dl=0',
9
+ 'https://www.dropbox.com/scl/fi/39aakapeh2y5ztk94rsyu/11e-a347-3f2d_jpg.rf.c66e5aeb57ee2ed660fdf0162156127d.jpg?rlkey=xoi3iw45vksgiejycau2ha7fh&st=etiawigv&dl=0',
10
+ 'https://www.dropbox.com/scl/fi/8f08ehy53vsemw164g8n7/Recording2024-06-26184319.mp4?rlkey=pnmov906ttodl0cm92rpvc5ta&st=2twc9pjn&dl=0'
11
  ]
12
+
13
 
14
  def download_file(url, save_name):
15
  url = url