Spaces:
Running
Running
Ludovic Moncla commited on
Commit ·
602dbcc
1
Parent(s): 8f7de18
Update app.py
Browse files
app.py
CHANGED
|
@@ -307,7 +307,7 @@ footer{display:none !important}
|
|
| 307 |
gr.Markdown("This application extracts geographic entities and their spatial relations from encyclopedic text entries and builds a geo-knowledge graph in RDF format, along with visualizations and map outputs (when coordinates are extracted).\n" \
|
| 308 |
"The proposed pipeline combines supervised learning and large language models for article classification, entity typing, and spatial relation extraction.\n")
|
| 309 |
|
| 310 |
-
gr.Markdown("You can find more details about the models and the methodology in the [project webpage](https://gitlab.
|
| 311 |
|
| 312 |
|
| 313 |
with gr.Row():
|
|
|
|
| 307 |
gr.Markdown("This application extracts geographic entities and their spatial relations from encyclopedic text entries and builds a geo-knowledge graph in RDF format, along with visualizations and map outputs (when coordinates are extracted).\n" \
|
| 308 |
"The proposed pipeline combines supervised learning and large language models for article classification, entity typing, and spatial relation extraction.\n")
|
| 309 |
|
| 310 |
+
gr.Markdown("You can find more details about the models and the methodology in the [project webpage](https://gitlab.liris.cnrs.fr/ecoda/encyclopedia2geokg).\n\n")
|
| 311 |
|
| 312 |
|
| 313 |
with gr.Row():
|