valentin-ub commited on
Commit
4bc948f
·
verified ·
1 Parent(s): 86e4d05

Update chess_board.py

Browse files
Files changed (1) hide show
  1. chess_board.py +1 -0
chess_board.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import os
2
  os.environ["KERAS_BACKEND"] = "torch" # "jax", "torch" or "tensorflow"
3
 
 
1
+ import spaces
2
  import os
3
  os.environ["KERAS_BACKEND"] = "torch" # "jax", "torch" or "tensorflow"
4