Artificial-superintelligence commited on
Commit
83e4b5e
·
verified ·
1 Parent(s): 6138a65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -49,7 +49,9 @@ class EnhancedTransformerBlock(Layer):
49
 
50
  # Initialize global variables
51
  sequence_length = 10
52
- data = [] # This will store the recent outcomes
 
 
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