Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,6 +30,7 @@ qapp = gr.Interface(fn=answer_fn, inputs="textbox", outputs="textbox",
|
|
| 30 |
],
|
| 31 |
title="Qur\'an Retrieval Demo - Semantic Search",
|
| 32 |
description="A basic demo based on Arabic ColBERT (100k triplets) and simple text of the Qur\'an. First query may take a minute, then much faster.\
|
| 33 |
-
Try to include relevant terms - this is just retrieval, not LLM chat and Qur\'an is an edge case
|
|
|
|
| 34 |
if __name__ == "__main__":
|
| 35 |
qapp.launch()
|
|
|
|
| 30 |
],
|
| 31 |
title="Qur\'an Retrieval Demo - Semantic Search",
|
| 32 |
description="A basic demo based on Arabic ColBERT (100k triplets) and simple text of the Qur\'an. First query may take a minute, then much faster.\
|
| 33 |
+
Try to include relevant terms - this is just retrieval, not LLM chat and Qur\'an is an edge case.\
|
| 34 |
+
For details, see: https://www.linkedin.com/posts/akhooli_arabic-1-million-curated-triplets-dataset-activity-7222951839774699521-PZcw",)
|
| 35 |
if __name__ == "__main__":
|
| 36 |
qapp.launch()
|