Spaces:
Sleeping
Sleeping
Commit
·
a356196
1
Parent(s):
e1b5344
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from tensorflow.keras.datasets import imdb
|
|
6 |
from tensorflow.keras.preprocessing.sequence import pad_sequences
|
7 |
import pickle
|
8 |
|
9 |
-
# Load word index for
|
10 |
word_to_index = imdb.get_word_index()
|
11 |
|
12 |
# Function to perform sentiment classification
|
|
|
6 |
from tensorflow.keras.preprocessing.sequence import pad_sequences
|
7 |
import pickle
|
8 |
|
9 |
+
# Load word index for Sentiments Classification
|
10 |
word_to_index = imdb.get_word_index()
|
11 |
|
12 |
# Function to perform sentiment classification
|