Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,6 @@ def predict_disease(image_path):
|
|
58 |
return predicted_label
|
59 |
|
60 |
# Test with a new image
|
61 |
-
image_path = '
|
62 |
predicted_label = predict_disease(image_path)
|
63 |
print(f'The predicted disease type is: {predicted_label}')
|
|
|
58 |
return predicted_label
|
59 |
|
60 |
# Test with a new image
|
61 |
+
image_path = 'img1.png' # Replace with your image path
|
62 |
predicted_label = predict_disease(image_path)
|
63 |
print(f'The predicted disease type is: {predicted_label}')
|