Update app.py
Browse files
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'
|