Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -248,7 +248,7 @@ def main():
|
|
| 248 |
|
| 249 |
# Initialize the Stockfish engine
|
| 250 |
stockfish = Stockfish(
|
| 251 |
-
path="
|
| 252 |
depth=15,
|
| 253 |
parameters={"Threads": 2, "Minimum Thinking Time": 30}
|
| 254 |
)
|
|
|
|
| 248 |
|
| 249 |
# Initialize the Stockfish engine
|
| 250 |
stockfish = Stockfish(
|
| 251 |
+
path="stockfish-windows-x86-64-avx2.exe", # Replace with your Stockfish path"
|
| 252 |
depth=15,
|
| 253 |
parameters={"Threads": 2, "Minimum Thinking Time": 30}
|
| 254 |
)
|