nihalbaig commited on
Commit
4fa1e1b
·
1 Parent(s): ff88673

updated github image path

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://github.com/nihalbaig0/BD-Vehicle-Detection/blob/main/images/bondor_to_kodomtoli.jpg', 'bondor_to_kodomtoli.jpg')
8
- torch.hub.download_url_to_file('https://github.com/nihalbaig0/BD-Vehicle-Detection/blob/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,