BeyzaTopbas commited on
Commit
6d3af10
·
verified ·
1 Parent(s): 0c2da33

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -11,8 +11,8 @@ st.set_page_config(
11
  st.title("Facial Keypoints Detection")
12
  st.write("Upload a face image and the model will predict facial keypoints.")
13
 
14
- # 🔥 MODEL PAD (MOET BOVEN load_model STAAN)
15
- MODEL_PATH = "src/facial_keypoints_resnet.h5"
16
 
17
  @st.cache_resource
18
  def load_model():
 
11
  st.title("Facial Keypoints Detection")
12
  st.write("Upload a face image and the model will predict facial keypoints.")
13
 
14
+ # 🔥 GEEN src/ HIER
15
+ MODEL_PATH = "facial_keypoints_resnet.h5"
16
 
17
  @st.cache_resource
18
  def load_model():