Alexandre Gazola commited on
Commit
6b2c1f8
·
1 Parent(s): 4335adf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
43
  agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
44
  print(agent_code)
45
 
46
- print('testing chess best move for FEN 3r2k1/pp3pp1/4b2p/7Q/3n4/PqBBR2P/5PP1/6K1 b - - 0 1... that's it)
47
  move = get_best_move('3r2k1/pp3pp1/4b2p/7Q/3n4/PqBBR2P/5PP1/6K1 b - - 0 1')
48
  print(move)
49
 
 
43
  agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
44
  print(agent_code)
45
 
46
+ print('testing chess best move for FEN 3r2k1/pp3pp1/4b2p/7Q/3n4/PqBBR2P/5PP1/6K1 b - - 0 1...')
47
  move = get_best_move('3r2k1/pp3pp1/4b2p/7Q/3n4/PqBBR2P/5PP1/6K1 b - - 0 1')
48
  print(move)
49