Ekins Kuuzie commited on
Commit
8bb63e1
·
verified ·
1 Parent(s): 96fab68

Update app.py

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