ElijahDi commited on
Commit
461b6f7
1 Parent(s): 8bf5029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ with col1:
22
  with col2:
23
  model_type = st.selectbox("Какой моделью пользуемся?\n ", options=['rubert-tiny2', 'msmarco-MiniLM-L-12-v3'])
24
  with col3:
25
- genres_list = st.multiselect("Какого жанра?\n ", options=all_genres)
26
 
27
  if model_type == 'rubert-tiny2':
28
  model = SentenceTransformer('cointegrated/rubert-tiny2')
 
22
  with col2:
23
  model_type = st.selectbox("Какой моделью пользуемся?\n ", options=['rubert-tiny2', 'msmarco-MiniLM-L-12-v3'])
24
  with col3:
25
+ genres_list = st.multiselect("Какого жанра фильм?\n ", options=all_genres)
26
 
27
  if model_type == 'rubert-tiny2':
28
  model = SentenceTransformer('cointegrated/rubert-tiny2')