ApsidalSolid4 commited on
Commit
aa57a4d
·
verified ·
1 Parent(s): 36963e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- # Secret password for logs access - CHANGE THIS! Make it complex and memorable only to you
32
- # This example uses a base64 encoded string - replace with your own secure password
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):