Fu-Chuen commited on
Commit
09ff7b9
·
1 Parent(s): 3d1a724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def Aspergillus_Detect():
238
 
239
  result = [f'Prediction of species of Aspergillus: {a[0][0] if a[0][1] >= threshold else "Unclassified"}',
240
  f'There are {df_pivot.shape[0]} mold images.',
241
- f'Yolov7 detects {detect_number} instances.',
242
  f'The top {len(a)} percentage of specifies:']
243
  for i in a:
244
  # print(f'i: {i}')
 
238
 
239
  result = [f'Prediction of species of Aspergillus: {a[0][0] if a[0][1] >= threshold else "Unclassified"}',
240
  f'There are {df_pivot.shape[0]} mold images.',
241
+ f'Yolov8n detects {detect_number} instances.',
242
  f'The top {len(a)} percentage of specifies:']
243
  for i in a:
244
  # print(f'i: {i}')