siddharth060104 commited on
Commit
86edd52
·
verified ·
1 Parent(s): ef9d8bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ def main():
263
 
264
  # Initialize the Stockfish engine
265
  stockfish = Stockfish(
266
- path="StockFish/stockfish-windows-x86-64-avx2.exe", # Replace with your Stockfish 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
  )