Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ model = tf.keras.models.load_model(model_path)
|
|
25 |
st.title("Christmas Tree Classifier")
|
26 |
st.write("Upload an image of a Christmas tree to classify it:")
|
27 |
|
28 |
-
with tab1:
|
29 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
30 |
if uploaded_file is not None:
|
31 |
# ... (Rest of the code for image processing and prediction) ...
|
|
|
25 |
st.title("Christmas Tree Classifier")
|
26 |
st.write("Upload an image of a Christmas tree to classify it:")
|
27 |
|
|
|
28 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
29 |
if uploaded_file is not None:
|
30 |
# ... (Rest of the code for image processing and prediction) ...
|