ffreemt commited on
Commit
3d8ca94
1 Parent(s): c383d2f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ _ = (
47
  "golay" in platform.node()
48
  or "okteto" in platform.node()
49
  or Path("/kaggle").exists()
50
- or psutil.cpu_count(logical=False) <= 4
51
  )
52
 
53
  if _:
 
47
  "golay" in platform.node()
48
  or "okteto" in platform.node()
49
  or Path("/kaggle").exists()
50
+ or psutil.cpu_count(logical=False) < 4
51
  )
52
 
53
  if _: