Spaces:
Sleeping
Sleeping
Commit
·
a14d71b
1
Parent(s):
7556992
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ print(X_test.shape)
|
|
29 |
print(y_test.shape)
|
30 |
print(y_test[8])
|
31 |
|
32 |
-
%pprint
|
33 |
|
34 |
word_to_index = imdb.get_word_index()
|
35 |
word_to_index['great']
|
|
|
29 |
print(y_test.shape)
|
30 |
print(y_test[8])
|
31 |
|
|
|
32 |
|
33 |
word_to_index = imdb.get_word_index()
|
34 |
word_to_index['great']
|