Spaces:
Runtime error
Runtime error
Commit
β’
f382b41
1
Parent(s):
2baebe5
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,8 @@ gr.Interface(
|
|
173 |
fn=run,
|
174 |
inputs="text",
|
175 |
outputs="text",
|
176 |
-
title="
|
177 |
examples=["What is the capital of France?"],
|
178 |
-
description="A pipeline for retrieving and ranking documents
|
|
|
179 |
).launch()
|
|
|
173 |
fn=run,
|
174 |
inputs="text",
|
175 |
outputs="text",
|
176 |
+
title="End-to-End Retrieval & Ranking",
|
177 |
examples=["What is the capital of France?"],
|
178 |
+
description="A pipeline for retrieving and ranking documents "
|
179 |
+
"from a memory persistent FAISS document store, using Inference Endpoints.",
|
180 |
).launch()
|