saritha commited on
Commit
c9db949
·
verified ·
1 Parent(s): 1b989b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'zoomed_Bacterial%20Blight_614.png' # Replace with your 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}')