willco-afk commited on
Commit
518c252
·
verified ·
1 Parent(s): 620c994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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) ...