akhooli commited on
Commit
bba48c2
โ€ข
1 Parent(s): bee71b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.\