Spaces:
Sleeping
Sleeping
JuliaWolken
commited on
Commit
•
b4720dc
1
Parent(s):
292c71c
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
6 |
import torch
|
7 |
import re
|
8 |
|
9 |
-
chunks_data_path = 'JuliaWolken/chunks
|
10 |
model = SentenceTransformer('JuliaWolken/fine_tuned_model_with_triplets')
|
11 |
|
12 |
chunks_df = pd.read_csv(chunks_data_path)
|
|
|
6 |
import torch
|
7 |
import re
|
8 |
|
9 |
+
chunks_data_path = 'JuliaWolken/chunks-project/chunks.csv'
|
10 |
model = SentenceTransformer('JuliaWolken/fine_tuned_model_with_triplets')
|
11 |
|
12 |
chunks_df = pd.read_csv(chunks_data_path)
|