Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import traceback
|
|
10 |
|
11 |
# Constants
|
12 |
IMG_SIZE = 128
|
13 |
-
TIMESTEPS =
|
14 |
NUM_CLASSES = 2
|
15 |
|
16 |
# Global Cancellation Flag
|
|
|
10 |
|
11 |
# Constants
|
12 |
IMG_SIZE = 128
|
13 |
+
TIMESTEPS = 300
|
14 |
NUM_CLASSES = 2
|
15 |
|
16 |
# Global Cancellation Flag
|