Spaces:
Running
Running
Pradeep Kumar
commited on
Update app.py
Browse files
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
|