jaimin commited on
Commit
46662c4
1 Parent(s): 62062c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ import keras
20
  from keras_preprocessing.sequence import pad_sequences
21
  from tensorflow.keras.utils import to_categorical
22
  from huggingface_hub import hf_hub_download
 
23
  sent_max_length = 103
24
 
25
  bert_model = 'bert-large-uncased'
 
20
  from keras_preprocessing.sequence import pad_sequences
21
  from tensorflow.keras.utils import to_categorical
22
  from huggingface_hub import hf_hub_download
23
+ import numpy as np
24
  sent_max_length = 103
25
 
26
  bert_model = 'bert-large-uncased'