ceejaytheanalyst commited on
Commit
1203285
·
verified ·
1 Parent(s): 641fe81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import numpy as np
9
  # Load the pre-trained SentenceTransformer model
10
  #pipeline = pipeline(task="Sentence Similarity", model="all-MiniLM-L6-v2")
11
  model = SentenceTransformer('all-MiniLM-L6-v2')
12
- sentence_embed = pd.read_csv('Reference_file_2(1).csv')
13
 
14
  #st.write(sentence_embed.head(5))
15
 
 
9
  # Load the pre-trained SentenceTransformer model
10
  #pipeline = pipeline(task="Sentence Similarity", model="all-MiniLM-L6-v2")
11
  model = SentenceTransformer('all-MiniLM-L6-v2')
12
+ sentence_embed = pd.read_csv('Reference_file_2 (1).csv')
13
 
14
  #st.write(sentence_embed.head(5))
15