Ekins Kuuzie commited on
Commit
08a5bdc
·
verified ·
1 Parent(s): 1d399de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def predict_image(test_image):
18
  # save images
19
  return model.predict(test_image, save=True, conf=0.1, batch=2, show=True)
20
 
21
- # path = "runs\\detect"
22
 
23
  # detection = (os.listdir(path))
24
 
 
18
  # save images
19
  return model.predict(test_image, save=True, conf=0.1, batch=2, show=True)
20
 
21
+ path = "runs/detect"
22
 
23
  # detection = (os.listdir(path))
24