Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'
|
| 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}')
|