Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -178,6 +178,7 @@ def Aspergillus_Detect():
|
|
| 178 |
|
| 179 |
image_path = Path(find_the_most_recent_predict_path(all_directories))
|
| 180 |
label_path = Path(image_path,'labels')
|
|
|
|
| 181 |
|
| 182 |
file_paths = []
|
| 183 |
for root, dirs, files in os.walk(label_path):
|
|
|
|
| 178 |
|
| 179 |
image_path = Path(find_the_most_recent_predict_path(all_directories))
|
| 180 |
label_path = Path(image_path,'labels')
|
| 181 |
+
print('\nmost_recent_predict_path: {image_path}\n')
|
| 182 |
|
| 183 |
file_paths = []
|
| 184 |
for root, dirs, files in os.walk(label_path):
|