Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ os.system('git clone https://github.com/WongKinYiu/yolov7')
|
|
19 |
|
20 |
|
21 |
|
22 |
-
def Custom_detect(img
|
23 |
#if model =='Yolo_v7_Custom_model':
|
24 |
model='best'
|
25 |
parser = argparse.ArgumentParser()
|
|
|
19 |
|
20 |
|
21 |
|
22 |
+
def Custom_detect(img):
|
23 |
#if model =='Yolo_v7_Custom_model':
|
24 |
model='best'
|
25 |
parser = argparse.ArgumentParser()
|