Spaces:
Runtime error
Runtime error
Ekins Kuuzie
commited on
Update app.py
Browse files
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):
|