sewnet commited on
Commit
e3ecea1
·
unverified ·
1 Parent(s): d147d56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -25,9 +25,6 @@ from tensorflow.keras.models import Model
25
  st.title("Corn Maize Classification")
26
  st.header("Please input an image to be classified:")
27
  #st.text("Created by SU")
28
-
29
- #@st.cache(allow_output_mutation=True)
30
- #def teachable_machine_classification(img, weights_file):
31
 
32
  uploaded_file = st.file_uploader("Upload an Image", type="jpg")
33
 
 
25
  st.title("Corn Maize Classification")
26
  st.header("Please input an image to be classified:")
27
  #st.text("Created by SU")
 
 
 
28
 
29
  uploaded_file = st.file_uploader("Upload an Image", type="jpg")
30