Owos commited on
Commit
ac572c7
1 Parent(s): 472da27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ if __name__ == "__main__":
55
  img = load_image(file, img_size)
56
  pred = model.predict(img)
57
  output = classes[round(pred[0][0])]
58
- st.subheader(f"The image is {output}")
59
  else:
60
  st.write("Please upload an image first")
61
 
 
55
  img = load_image(file, img_size)
56
  pred = model.predict(img)
57
  output = classes[round(pred[0][0])]
58
+ st.subheader(f"The image is {output} for TB")
59
  else:
60
  st.write("Please upload an image first")
61