Spaces:
Sleeping
Sleeping
Add links to download
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ demo = gr.Interface(
|
|
28 |
inputs=query_input,
|
29 |
outputs=output_text,
|
30 |
title="Hugging Face Datasets SPARQL Query Interface",
|
31 |
-
description="Enter a SPARQL query to retrieve data from the Turtle file. Generated by [huggingface-rdf](https://github.com/david4096/huggingface-rdf).",
|
32 |
)
|
33 |
|
34 |
if __name__ == "__main__":
|
|
|
28 |
inputs=query_input,
|
29 |
outputs=output_text,
|
30 |
title="Hugging Face Datasets SPARQL Query Interface",
|
31 |
+
description="Enter a SPARQL query to retrieve data from the Turtle file. Generated by [huggingface-rdf](https://github.com/david4096/huggingface-rdf). [Download the turtle file locally](https://github.com/david4096/huggingface-rdf/releases/download/data-release/huggingface.ttl) and load it into your [favorite triple store](https://github.com/david4096/huggingface-rdf/tree/main/qlever_scripts)!",
|
32 |
)
|
33 |
|
34 |
if __name__ == "__main__":
|