Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- 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/
|
| 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
|