Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2682,7 +2682,7 @@ demo = gr.Interface(
|
|
2682 |
gr.State()
|
2683 |
],
|
2684 |
live=True,
|
2685 |
-
title="Named-Entity Recognition (NER) and Linking (NEL)",
|
2686 |
description="Select one or more NER models and enter some text to get it processed. Please select also the entity categories you want to extract, as well as the score to use as a threshold for the NER extraction. Finally, select whether you want to perform Named-Entity Linking (NEL) and if you want to enable the filtering to some specific biomedical ontologies only (acronyms description at: https://bioportal.bioontology.org/ontologies. See also: https://citnet.tech.ec.europa.eu/CITnet/confluence/display/DIGHEALTH/Inventory+of+existing+KGs+related+to+the+Digital+Health+domain). ",
|
2687 |
examples=examples,
|
2688 |
cache_examples=False
|
|
|
2682 |
gr.State()
|
2683 |
],
|
2684 |
live=True,
|
2685 |
+
title="BioAnnotator: Biomedical Named-Entity Recognition (NER) and Linking (NEL)",
|
2686 |
description="Select one or more NER models and enter some text to get it processed. Please select also the entity categories you want to extract, as well as the score to use as a threshold for the NER extraction. Finally, select whether you want to perform Named-Entity Linking (NEL) and if you want to enable the filtering to some specific biomedical ontologies only (acronyms description at: https://bioportal.bioontology.org/ontologies. See also: https://citnet.tech.ec.europa.eu/CITnet/confluence/display/DIGHEALTH/Inventory+of+existing+KGs+related+to+the+Digital+Health+domain). ",
|
2687 |
examples=examples,
|
2688 |
cache_examples=False
|