valentin urena commited on
Commit
0f0db04
·
verified ·
1 Parent(s): 5138881

Update chess_board.py

Browse files
Files changed (1) hide show
  1. chess_board.py +1 -1
chess_board.py CHANGED
@@ -80,7 +80,7 @@ class Game:
80
 
81
  def generate_moves(self, move):
82
  yield self.player_moves(move)
83
- yield self.gemma_moves(model)
84
 
85
  def main():
86
  end_game = False # Change this to False
 
80
 
81
  def generate_moves(self, move):
82
  yield self.player_moves(move)
83
+ yield self.gemma_moves()
84
 
85
  def main():
86
  end_game = False # Change this to False