Spaces:
Sleeping
Sleeping
JuliaWolken
commited on
Commit
•
2966419
1
Parent(s):
b4720dc
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-project
|
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'
|
10 |
model = SentenceTransformer('JuliaWolken/fine_tuned_model_with_triplets')
|
11 |
|
12 |
chunks_df = pd.read_csv(chunks_data_path)
|