Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ def eval(fenstring):
|
|
| 14 |
os.chmod("./blackmarlin-linux-x86-64",0o0777)
|
| 15 |
engine = chess.engine.SimpleEngine.popen_uci("./blackmarlin-linux-x86-64" )
|
| 16 |
|
| 17 |
-
|
| 18 |
-
# Score
|
| 19 |
|
| 20 |
board = chess.Board(fenstring)
|
| 21 |
|
|
|
|
| 14 |
os.chmod("./blackmarlin-linux-x86-64",0o0777)
|
| 15 |
engine = chess.engine.SimpleEngine.popen_uci("./blackmarlin-linux-x86-64" )
|
| 16 |
|
| 17 |
+
|
| 18 |
+
# Score PovScore(Cp(+20), WHITE)
|
| 19 |
|
| 20 |
board = chess.Board(fenstring)
|
| 21 |
|