There was an error while loading. Please reload this page.
1 parent 425039f commit 263e1f0Copy full SHA for 263e1f0
1 file changed
spacy_streamlit/visualizer.py
@@ -51,12 +51,12 @@ def visualize(
51
model_names = list(models.keys())
52
53
spacy_model = st.sidebar.selectbox(
54
- "Pipeline",
+ "Model",
55
model_names,
56
key=f"{key}_visualize_models",
57
format_func=format_func,
58
)
59
- model_load_state = st.info(f"Loading pipeline '{spacy_model}'...")
+ model_load_state = st.info(f"Loading model '{spacy_model}'...")
60
nlp = load_model(spacy_model)
61
model_load_state.empty()
62
0 commit comments