Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -10,7 +10,7 @@ from huggingface_hub import hf_hub_download
|
|
| 10 |
# -------------------------
|
| 11 |
# CONFIG
|
| 12 |
# -------------------------
|
| 13 |
-
REPO_ID_CN = "SalZa2004/
|
| 14 |
REPO_ID_YSI = "SalZa2004/YSI_Predictor"
|
| 15 |
|
| 16 |
st.set_page_config(
|
|
|
|
| 10 |
# -------------------------
|
| 11 |
# CONFIG
|
| 12 |
# -------------------------
|
| 13 |
+
REPO_ID_CN = "SalZa2004/CetaneV2"
|
| 14 |
REPO_ID_YSI = "SalZa2004/YSI_Predictor"
|
| 15 |
|
| 16 |
st.set_page_config(
|