Addai commited on
Commit
39636c6
·
1 Parent(s): f93c48b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -9,6 +9,9 @@ def predict(img):
9
  img = PILImage.create(img)
10
  pred,pred_idx,probs = learn.predict(img)
11
  prediction = str(pred)
 
 
 
12
 
13
 
14
  title = "Breast cancer detection with AI(Deep Transfer Learning)"
 
9
  img = PILImage.create(img)
10
  pred,pred_idx,probs = learn.predict(img)
11
  prediction = str(pred)
12
+
13
+ return prediction
14
+
15
 
16
 
17
  title = "Breast cancer detection with AI(Deep Transfer Learning)"