Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from sentence_transformers import SentenceTransformer
|
|
| 6 |
import torch
|
| 7 |
|
| 8 |
# SEMANTIC SEARCH STEP 2 --> EDIT WITH YOUR OWN KNOWLEDGE BASE WHEN READY
|
| 9 |
-
with open("
|
| 10 |
# Read the entire contents of the file and store it in a variable
|
| 11 |
water_cycle_text = file.read()
|
| 12 |
print(water_cycle_text)
|
|
|
|
| 6 |
import torch
|
| 7 |
|
| 8 |
# SEMANTIC SEARCH STEP 2 --> EDIT WITH YOUR OWN KNOWLEDGE BASE WHEN READY
|
| 9 |
+
with open("Skin_cancer_harvard.txt", "r", encoding="utf-8") as file:
|
| 10 |
# Read the entire contents of the file and store it in a variable
|
| 11 |
water_cycle_text = file.read()
|
| 12 |
print(water_cycle_text)
|