HarryLee commited on
Commit
f8c4335
·
1 Parent(s): 1d1d1d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -38,7 +38,6 @@ option2 = st.sidebar.selectbox(
38
  'Which corss-encoder model would you like to be selected?',
39
  ('cross-encoder/ms-marco-MiniLM-L-6-v2','null','null'))
40
 
41
- search=pipeline(option)
42
  st.sidebar.success("Load Successfully!")
43
 
44
  if not torch.cuda.is_available():
 
38
  'Which corss-encoder model would you like to be selected?',
39
  ('cross-encoder/ms-marco-MiniLM-L-6-v2','null','null'))
40
 
 
41
  st.sidebar.success("Load Successfully!")
42
 
43
  if not torch.cuda.is_available():