Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
c383d2f
1
Parent(s):
a5bfd0c
ncc
Browse files
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) <=
|
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 _:
|