Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🔎
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -24,4 +24,4 @@ This app lets you search 10,000 MS MARCO passages using **Sentence-BERT (all-mpn
|
|
| 24 |
4. Results shown instantly
|
| 25 |
|
| 26 |
## Notes
|
| 27 |
-
- `sbert_index.pkl` must be uploaded to the Space. It contains the FAISS index + 10,000 passages.
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.45.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 24 |
4. Results shown instantly
|
| 25 |
|
| 26 |
## Notes
|
| 27 |
+
- `sbert_index.pkl` must be uploaded to the Space. It contains the FAISS index + 10,000 passages.
|