Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -96,8 +96,8 @@ st.markdown("""
|
|
| 96 |
|
| 97 |
# ==================== MODEL LOADING ====================
|
| 98 |
MODEL_OPTIONS = {
|
| 99 |
-
"Structural Segmentation Baseline": "
|
| 100 |
-
"Structural Segmentation Augmented": "
|
| 101 |
}
|
| 102 |
|
| 103 |
@st.cache_resource
|
|
|
|
| 96 |
|
| 97 |
# ==================== MODEL LOADING ====================
|
| 98 |
MODEL_OPTIONS = {
|
| 99 |
+
"Structural Segmentation Baseline": "inesctec/Citilink-XLMR-large-Structural-Segmentation-pt",
|
| 100 |
+
"Structural Segmentation Augmented": "inesctec/Citilink-XLMR-large-Structural-Segmentation-pt-augmented",
|
| 101 |
}
|
| 102 |
|
| 103 |
@st.cache_resource
|