Z091 commited on
Commit
3eed454
·
verified ·
1 Parent(s): 3612acd

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -82,7 +82,7 @@ def predict_skin_lesion(model, processed_image):
82
  # --- Streamlit App UI ---
83
  st.set_page_config(page_title="Skin Lesion Classifier", layout="centered")
84
  st.title("Skin Lesion Classification (EfficientNetB0)")
85
- st.markdown(f"Upload an image of a skin lesion or use your camera to classify it as benign or malignant. Model trained on {IMG_SIZE}x{IMG_SIZE} images.")
86
 
87
  # Load the model using the cached function
88
  model = load_skin_model()
 
82
  # --- Streamlit App UI ---
83
  st.set_page_config(page_title="Skin Lesion Classifier", layout="centered")
84
  st.title("Skin Lesion Classification (EfficientNetB0)")
85
+ st.markdown(f"Upload an image of a skin lesion or use your camera for a potential classification (benign or malignant). Important: This tool uses a probabilistic model and its output is not a substitute for a professional medical diagnosis. Always consult your physician.")
86
 
87
  # Load the model using the cached function
88
  model = load_skin_model()