MARI-posa commited on
Commit
335a91c
1 Parent(s): d135b9d

Update stri.py

Browse files
Files changed (1) hide show
  1. stri.py +1 -1
stri.py CHANGED
@@ -45,7 +45,7 @@ length = 512
45
  query = st.text_input("Введите запрос")
46
 
47
  if st.button('Сгенерировать'):
48
- with open("book_embeddings1.pkl", "rb") as f:
49
  book_embeddings = pickle.load(f)
50
 
51
  #book_embeddings = torch.tensor(book_embeddings, device=torch.device('cpu'))
 
45
  query = st.text_input("Введите запрос")
46
 
47
  if st.button('Сгенерировать'):
48
+ with open("book_embeddings256xxx.pkl", "rb") as f:
49
  book_embeddings = pickle.load(f)
50
 
51
  #book_embeddings = torch.tensor(book_embeddings, device=torch.device('cpu'))