Spaces:
Runtime error
Runtime error
valentin urena
commited on
Update chess_board.py
Browse files- chess_board.py +7 -0
chess_board.py
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import chess
|
2 |
import chess.svg
|
3 |
import time
|
|
|
1 |
+
# import os
|
2 |
+
# os.environ["KERAS_BACKEND"] = "torch" # "jax", "torch" or "tensorflow"
|
3 |
+
|
4 |
+
import keras_nlp
|
5 |
+
import keras
|
6 |
+
import torch
|
7 |
+
|
8 |
import chess
|
9 |
import chess.svg
|
10 |
import time
|