crazyscientist1 commited on
Commit
1af9ad0
1 Parent(s): 4ffb8de

Update appTest.py

Browse files
Files changed (1) hide show
  1. appTest.py +1 -2
appTest.py CHANGED
@@ -77,11 +77,10 @@ def load_model():
77
  CNN, model = load_model()
78
 
79
 
80
-
81
  with input:
82
  st.header("Input")
83
  imageInput = st.file_uploader("Enter an image of a thin blood smear.")
84
- if st.button("Preview"):
85
  if imageInput is not None:
86
  image = Image.open(imageInput)
87
  ogInp = image
 
77
  CNN, model = load_model()
78
 
79
 
 
80
  with input:
81
  st.header("Input")
82
  imageInput = st.file_uploader("Enter an image of a thin blood smear.")
83
+ if st.button("Preview"):
84
  if imageInput is not None:
85
  image = Image.open(imageInput)
86
  ogInp = image