Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,9 @@ class EnhancedTransformerBlock(Layer):
|
|
49 |
|
50 |
# Initialize global variables
|
51 |
sequence_length = 10
|
52 |
-
data = [
|
|
|
|
|
53 |
encoder = LabelEncoder()
|
54 |
|
55 |
# Try to load the saved model and encoder classes
|
|
|
49 |
|
50 |
# Initialize global variables
|
51 |
sequence_length = 10
|
52 |
+
data = ["Single big", "Double big", "Double big", "Single small", "Single big",
|
53 |
+
"Double small", "Single big", "Double small", "Single small", "Single small",
|
54 |
+
"Single big", "Single small", "triple", "single big", "double small", "double small", "double small", "double small"] # This will store the recent outcomes
|
55 |
encoder = LabelEncoder()
|
56 |
|
57 |
# Try to load the saved model and encoder classes
|