Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def answer_fn(query):
|
|
27 |
qapp = gr.Interface(fn=answer_fn, inputs="textbox", outputs="textbox",
|
28 |
examples=[
|
29 |
"ู
ุง ุฃูู
ูุฉ ูุชุงุจุฉ ุงูู
ุนุงู
ูุงุชุ", "ุฃุฎุจุฑูู ุนู ุนุฐุงุจ ุงููู ููู
ูุงูููู", "ุญุณู ู
ุนุงู
ูุฉ ุงููุงูุฏูู", "ู
ุง ู
ุนุฌุฒุงุช ุณูุฏูุง ุนูุณู", "ู
ุง ูู ุงูุชุทููู"
|
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.\
|
|
|
27 |
qapp = gr.Interface(fn=answer_fn, inputs="textbox", outputs="textbox",
|
28 |
examples=[
|
29 |
"ู
ุง ุฃูู
ูุฉ ูุชุงุจุฉ ุงูู
ุนุงู
ูุงุชุ", "ุฃุฎุจุฑูู ุนู ุนุฐุงุจ ุงููู ููู
ูุงูููู", "ุญุณู ู
ุนุงู
ูุฉ ุงููุงูุฏูู", "ู
ุง ู
ุนุฌุฒุงุช ุณูุฏูุง ุนูุณู", "ู
ุง ูู ุงูุชุทููู"
|
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.\
|