Spaces:
Sleeping
Sleeping
Commit
·
496ff80
1
Parent(s):
8effd75
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,10 @@ from datasets import load_dataset
|
|
6 |
from sentence_transformers.util import semantic_search
|
7 |
|
8 |
|
9 |
-
Installable
|
10 |
-
pip install datasets
|
11 |
-
!pip install retry
|
12 |
-
!pip install -U sentence-transformers
|
13 |
|
14 |
|
15 |
texts = ["How do I get a replacement Medicare card?",
|
|
|
6 |
from sentence_transformers.util import semantic_search
|
7 |
|
8 |
|
9 |
+
# Installable
|
10 |
+
# pip install datasets
|
11 |
+
# !pip install retry
|
12 |
+
# !pip install -U sentence-transformers
|
13 |
|
14 |
|
15 |
texts = ["How do I get a replacement Medicare card?",
|