sewnet commited on
Update app.py
Browse files
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 |
|