Update app.py
Browse files
app.py
CHANGED
@@ -28,9 +28,8 @@ CONFIDENCE_THRESHOLD = 0.65
|
|
28 |
BATCH_SIZE = 8 # Reduced batch size for CPU
|
29 |
MAX_WORKERS = 4 # Number of worker threads for processing
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
SECRET_PASSWORD = "_3*1@*YA]l$A+D?n^J)TEVE?P<mUZ5mz)u<K-i/=6w@l;b7JIh%O<hY'{"
|
34 |
|
35 |
class TextWindowProcessor:
|
36 |
def __init__(self):
|
|
|
28 |
BATCH_SIZE = 8 # Reduced batch size for CPU
|
29 |
MAX_WORKERS = 4 # Number of worker threads for processing
|
30 |
|
31 |
+
|
32 |
+
SECRET_PASSWORD = "BMvkc9hMj9axqGSzLsUCOkVXFhI6uPbdJX9IeTALgusOYtIETCcF02tvOLZchZ3"
|
|
|
33 |
|
34 |
class TextWindowProcessor:
|
35 |
def __init__(self):
|