Pradeep Kumar commited on
Commit
2401d61
·
verified ·
1 Parent(s): 49e21b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ tokenizer = tokenization.FullTokenizer(vocab_file,do_lower_case)
39
  # Parameters
40
  max_seq_length = 128
41
  dummy_label = 100
42
- label_list = pd.read_excel('label_list.xlsx')['label_list']
43
 
44
 
45
  # Define a function to preprocess the new data
 
39
  # Parameters
40
  max_seq_length = 128
41
  dummy_label = 100
42
+ label_list = list(pd.read_excel('label_list.xlsx')['label_list'])
43
 
44
 
45
  # Define a function to preprocess the new data