Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ def main():
|
|
263 |
|
264 |
# Initialize the Stockfish engine
|
265 |
stockfish = Stockfish(
|
266 |
-
path="
|
267 |
depth=15,
|
268 |
parameters={"Threads": 2, "Minimum Thinking Time": 30}
|
269 |
)
|
|
|
263 |
|
264 |
# Initialize the Stockfish engine
|
265 |
stockfish = Stockfish(
|
266 |
+
path="stockfish-ubuntu-x86-64-sse41-popcnt", # Replace with your Stockfish path"
|
267 |
depth=15,
|
268 |
parameters={"Threads": 2, "Minimum Thinking Time": 30}
|
269 |
)
|