nehulagrawal commited on
Commit
a3fa1e8
·
1 Parent(s): 11810fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import torch
6
  from ultralytics import YOLO
7
 
8
  file_urls = [
9
- torch.hub.download_url_to_file('https://huggingface.co/spaces/foduucom/object_detection/tree/main/samples/1.jpeg', '1.jpg'),
10
- torch.hub.download_url_to_file('https://huggingface.co/spaces/foduucom/object_detection/tree/main/samples/2.JPG', '2.jpg'),
11
 
12
 
13
  ]
 
6
  from ultralytics import YOLO
7
 
8
  file_urls = [
9
+ 'https://huggingface.co/spaces/foduucom/object_detection/tree/main/samples/1.jpeg',
10
+ 'https://huggingface.co/spaces/foduucom/object_detection/tree/main/samples/2.JPG',
11
 
12
 
13
  ]