Spaces:
Runtime error
Runtime error
updated github image path
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import yolov7
|
|
4 |
|
5 |
|
6 |
# Images
|
7 |
-
torch.hub.download_url_to_file('https://
|
8 |
-
torch.hub.download_url_to_file('https://
|
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,
|