nihalbaig commited on
Commit
f067fb8
1 Parent(s): bc45cbd

commented image download

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import yolov7
4
 
5
 
6
  # Images
7
- torch.hub.download_url_to_file('https://raw.githubusercontent.com/nihalbaig0/BD-Vehicle-Detection/main/images/bondor_to_kodomtoli.jpg', 'bondor_to_kodomtoli.jpg')
8
- torch.hub.download_url_to_file('https://raw.githubusercontent.com/nihalbaig0/BD-Vehicle-Detection/main/images/lamabazar_to_versitygate.jpg', 'lamabazar_to_versitygate.jpg')
9
 
10
  def yolov7_inference(
11
  image: gr.inputs.Image = None,
 
4
 
5
 
6
  # Images
7
+ #torch.hub.download_url_to_file('https://raw.githubusercontent.com/nihalbaig0/BD-Vehicle-Detection/main/images/bondor_to_kodomtoli.jpg', 'bondor_to_kodomtoli.jpg')
8
+ #torch.hub.download_url_to_file('https://raw.githubusercontent.com/nihalbaig0/BD-Vehicle-Detection/main/images/lamabazar_to_versitygate.jpg', 'lamabazar_to_versitygate.jpg')
9
 
10
  def yolov7_inference(
11
  image: gr.inputs.Image = None,