Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🔎
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -20,4 +20,4 @@ It indexes passages with FAISS and retrieves the most relevant contexts for your
|
|
| 20 |
- Gradio interface for interactive retrieval
|
| 21 |
|
| 22 |
### Usage
|
| 23 |
-
Enter a question and see the top-k passages retrieved from the SQuAD validation split.
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.47.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 20 |
- Gradio interface for interactive retrieval
|
| 21 |
|
| 22 |
### Usage
|
| 23 |
+
Enter a question and see the top-k passages retrieved from the SQuAD validation split.
|