malavikapradeep2001 commited on
Commit
e38f6f9
·
unverified ·
1 Parent(s): fb6143f

Update backend/app.py

Browse files
Files changed (1) hide show
  1. backend/app.py +0 -1
backend/app.py CHANGED
@@ -161,7 +161,6 @@ def predict_histopathology(image: Image.Image):
161
  "model_used": "Breast Cancer Histopathology Classifier",
162
  "prediction": class_names[predicted_class],
163
  "confidence": float(np.max(prediction_proba))
164
- }
165
  }
166
 
167
  # =====================================================
 
161
  "model_used": "Breast Cancer Histopathology Classifier",
162
  "prediction": class_names[predicted_class],
163
  "confidence": float(np.max(prediction_proba))
 
164
  }
165
 
166
  # =====================================================