Jacobo Myerston Claude Sonnet 4.6 commited on
Commit
14e343d
·
1 Parent(s): 9e60203

Move greCy GitHub note into the welcome paragraph

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -12,9 +12,7 @@ st.image("logo.png", use_column_width=False, width=150)
12
 
13
  st.title("Ancient Greek Syntax and Named Entities")
14
 
15
- st.markdown("Welcome to our analyzer. Here you can parse the parts of speech (POS) and the syntactic relationships of any ancient Greek sentence. This analysis is done by our language models trained with transformers and the NLP library spaCy. Below, you can choose which model do you want to use (each model may produce a different analysis). Documentation about the linguistic terms used by our models to annotate your sentences can be found here. If you have any questions, please contact us at diogenet@ucsd.edu")
16
-
17
- st.info("**greCy models are now distributed via GitHub.** All models can be downloaded from the [greCy releases page](https://github.com/jmyerston/greCy/releases). They are no longer available on Hugging Face.")
18
 
19
  st.header("Select a model:")
20
  spacy_model = st.selectbox("Model", ["grc_proiel_lg","grc_proiel_trf","grc_proiel_sm","grc_perseus_lg","grc_perseus_trf","grc_perseus_sm","grc_ner_trf"])
 
12
 
13
  st.title("Ancient Greek Syntax and Named Entities")
14
 
15
+ st.markdown("Welcome to our analyzer. Here you can parse the parts of speech (POS) and the syntactic relationships of any ancient Greek sentence. This analysis is done by our language models trained with transformers and the NLP library spaCy. Below, you can choose which model do you want to use (each model may produce a different analysis). Documentation about the linguistic terms used by our models to annotate your sentences can be found here. If you have any questions, please contact us at diogenet@ucsd.edu **greCy models are now distributed via GitHub and are no longer available on Hugging Face. All models can be downloaded from the [greCy releases page](https://github.com/jmyerston/greCy/releases).**")
 
 
16
 
17
  st.header("Select a model:")
18
  spacy_model = st.selectbox("Model", ["grc_proiel_lg","grc_proiel_trf","grc_proiel_sm","grc_perseus_lg","grc_perseus_trf","grc_perseus_sm","grc_ner_trf"])