vvv-knyazeva commited on
Commit
5ce338f
1 Parent(s): 9e9df39

Update stri.py

Browse files
Files changed (1) hide show
  1. stri.py +1 -1
stri.py CHANGED
@@ -58,7 +58,7 @@ for inputs, attention_masks in zip(input_ids, attention_mask):
58
  # Определение запроса пользователя
59
  query = st.text_input("Введите запрос")
60
 
61
- if st.button('**Generate text**'):
62
  query_tokens = tokenizer.encode(query, add_special_tokens=True,
63
  truncation=True, max_length=max_len)
64
 
 
58
  # Определение запроса пользователя
59
  query = st.text_input("Введите запрос")
60
 
61
+ if st.button('**Generating recommendations**'):
62
  query_tokens = tokenizer.encode(query, add_special_tokens=True,
63
  truncation=True, max_length=max_len)
64