Sa-m commited on
Commit
6200c0a
·
1 Parent(s): 1d07b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ os.system('git clone https://github.com/WongKinYiu/yolov7')
19
 
20
 
21
 
22
- def Custom_detect(img,model):
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()