EnYa32 commited on
Commit
32ab2b9
·
verified ·
1 Parent(s): b837b1c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -21,7 +21,7 @@ st.write("Classifies mushroom images using a trained ResNet50 model (architectur
21
  # Paths (fixed, HF friendly)
22
  # --------------------------------------------------
23
  MODEL_WEIGHTS_PATH = "src/resnet50_weights_noBN3.h5"
24
- CLASS_NAMES_PATH = "src/class_names3.json"
25
 
26
  IMG_SIZE = (224, 224)
27
 
 
21
  # Paths (fixed, HF friendly)
22
  # --------------------------------------------------
23
  MODEL_WEIGHTS_PATH = "src/resnet50_weights_noBN3.h5"
24
+ CLASS_NAMES_PATH = "src/class_names4.json"
25
 
26
  IMG_SIZE = (224, 224)
27