Fu-Chuen commited on
Commit
0a45f6e
·
1 Parent(s): 906e3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):