bimo177x commited on
Commit
f56cfec
·
verified ·
1 Parent(s): 269f3d3

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -11,7 +11,7 @@ st.set_page_config(page_title="ASL Alphabet Classifier", layout="centered")
11
  # =========================
12
  # LOAD MODEL FROM HF HUB
13
  # =========================
14
- MODEL_REPO = "bimo177x/asl-classifier"
15
  MODEL_FILE = "asl_random_forest_v1.joblib"
16
 
17
  @st.cache_resource
 
11
  # =========================
12
  # LOAD MODEL FROM HF HUB
13
  # =========================
14
+ MODEL_REPO = "bimo177x/model"
15
  MODEL_FILE = "asl_random_forest_v1.joblib"
16
 
17
  @st.cache_resource