IlyasMoutawwakil HF staff commited on
Commit
f382b41
β€’
1 Parent(s): 2baebe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -173,7 +173,8 @@ gr.Interface(
173
  fn=run,
174
  inputs="text",
175
  outputs="text",
176
- title="Pipeline",
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()