jmisidro commited on
Commit
51a33b0
·
verified ·
1 Parent(s): 89ef970

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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": "liaad/Citilink-XLMR-large-Structural-Segmentation-pt",
100
- "Structural Segmentation Augmented": "liaad/Citilink-XLMR-large-Structural-Segmentation-pt-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