Spaces:
Running on Zero
Running on Zero
File size: 29,836 Bytes
e8a0fd8 896d675 e8a0fd8 6934dd8 5707483 6934dd8 108ddd9 6934dd8 5707483 6934dd8 5707483 6934dd8 e8a0fd8 108ddd9 e8a0fd8 37176be 6934dd8 e8a0fd8 6934dd8 e8a0fd8 6934dd8 e8a0fd8 37176be e8a0fd8 737c5f9 e8a0fd8 d36ad6a 616f103 66976a9 d36ad6a 66976a9 d36ad6a e8a0fd8 66976a9 70a1827 66976a9 896d675 66976a9 e8a0fd8 616f103 66976a9 616f103 e8a0fd8 841ed34 e8a0fd8 a181c70 e8a0fd8 3aeba98 e8a0fd8 5707483 3aeba98 e8a0fd8 3aeba98 e8a0fd8 b1abc63 e8a0fd8 737c5f9 e8a0fd8 6934dd8 e8a0fd8 5707483 e8a0fd8 6934dd8 e8a0fd8 6934dd8 e8a0fd8 a181c70 e8a0fd8 a181c70 e8a0fd8 a181c70 e8a0fd8 a181c70 e8a0fd8 108ddd9 e8a0fd8 7d09dfb e8a0fd8 7d09dfb e8a0fd8 66976a9 e8a0fd8 874e01f e8a0fd8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 | """
"""
import gradio as gr
import chess
import chess.svg
import chess.pgn
import re
import torch
import os
import io
import math
from typing import Optional, Tuple, List
import traceback
from datetime import datetime
from utils import Engine, ChessformerConfig, StockfishConfig, UCI_MOVE_TO_IDX
from model import ChessFormerModel
from huggingface_hub import hf_hub_download
from safetensors.torch import load_file, load_model
import subprocess
# Stockfish should be available after packages.txt installation
def get_stockfish_path():
"""Get Stockfish path after system installation"""
try:
result = subprocess.run(['which', 'stockfish'], capture_output=True, text=True)
if result.returncode == 0:
return result.stdout.strip()
else:
# Fallback paths where Stockfish might be installed
possible_paths = [
'/usr/bin/stockfish',
'/usr/local/bin/stockfish',
'/opt/stockfish/stockfish',
'/usr/games/stockfish'
]
for path in possible_paths:
if os.path.exists(path):
return path
return None
except Exception as e:
print(f"Error finding Stockfish: {e}")
return None
STOCKFISH_PATH = get_stockfish_path()
class ChessApp:
def __init__(self):
self.board = chess.Board()
self.move_history = []
self.current_engine = None
self.analysis_engine = None
self.game_over = False
self.user_color = chess.WHITE
self.models = {}
self.device = torch.device("cpu")
self.current_engine_eval = 0.0
self.stockfish_eval = 0.0
self.load_models()
# Only create analysis engine if Stockfish is available
if STOCKFISH_PATH:
self.create_analysis_engine()
print(f"Stockfish found at: {STOCKFISH_PATH}")
else:
print("Warning: Stockfish not found. Analysis features will be limited.")
def load_models(self):
"""Load models on CPU only"""
model_paths = {
"ChessFormer-SL": "kaupane/ChessFormer-SL",
"ChessFormer-RL": "kaupane/ChessFormer-RL"
}
for name, repo_id in model_paths.items():
try:
print(f"Loading {name} from {repo_id}...")
try:
config_path = hf_hub_download(repo_id=repo_id,filename="config.json")
import json
with open(config_path,'r') as f:
config = json.load(f)
except:
config = {
"num_blocks": 20,
"hidden_size": 640,
"intermediate_size": 1728,
"num_heads": 8,
"dropout": 0.00,
"possible_moves": 1969,
"dtype": "float32"
}
model = ChessFormerModel(**config)
model_path = hf_hub_download(repo_id=repo_id,filename="model.safetensors")
load_model(model,model_path)
model.to(self.device)
model.eval()
self.models[name] = model
print(f"Successfully loaded {name}.")
except Exception as e:
print(f"Failed to load {name} from HuggingFace Hub: {e}.")
import traceback
traceback.print_exc()
def get_depth_limits(self, engine_type: str) -> Tuple[int,int]:
if engine_type == "Stockfish":
return 1,18,6
else:
return 0,6,0
def create_evaluation_bar(self, eval_score: float, title: str) -> str:
"""Create HTML evaluation bar from user's perspective with page-matching colors"""
# Convert eval_score from white's perspective to user's perspective
user_eval = eval_score if self.user_color == chess.WHITE else -eval_score
# Clamp evaluation between -1 and 1 for display
clamped_eval = max(-1.0, min(1.0, user_eval))
# Convert to percentage (0 = user losing, 100 = user winning)
percentage = (clamped_eval + 1.0) / 2.0 * 100
# Format evaluation text from user's perspective
eval_text = f"{clamped_eval:+.2f}"
# Determine advantage text and colors (matching page theme)
if user_eval > 0.5:
advantage_text = "WINNING"
text_color = "#1e40af" # Blue-700
indicator_color = "#3b82f6" # Blue-500
elif user_eval > 0.1:
advantage_text = "SLIGHT ADVANTAGE"
text_color = "#1e40af"
indicator_color = "#60a5fa" # Blue-400
elif user_eval < -0.5:
advantage_text = "LOSING"
text_color = "#7c2d12" # Orange-800 (more muted than red)
indicator_color = "#ea580c" # Orange-600
elif user_eval < -0.1:
advantage_text = "SLIGHT DISADVANTAGE"
text_color = "#9a3412" # Orange-700
indicator_color = "#f97316" # Orange-500
else:
advantage_text = "EQUAL POSITION"
text_color = "#4b5563" # Gray-600
indicator_color = "#6b7280" # Gray-500
return f"""
<div style="margin: 10px 0; font-family: 'Segoe UI', Arial, sans-serif;">
<h4 style="margin: 5px 0 10px 0; color: #374151; font-size: 14px; font-weight: 600;">{title}</h4>
<!-- Evaluation bar with page-matching gradient -->
<div style="width: 100%; height: 40px; border: 2px solid #d1d5db; border-radius: 8px; position: relative;
background: linear-gradient(to right,
#fed7aa 0%, /* Orange-200 - losing */
#fde68a 20%, /* Yellow-200 */
#e5e7eb 50%, /* Gray-200 - equal */
#bfdbfe 80%, /* Blue-200 */
#93c5fd 100% /* Blue-300 - winning */
);
box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);">
<!-- Evaluation indicator -->
<div style="position: absolute; left: {percentage}%; top: 50%; transform: translateX(-50%) translateY(-50%);
background: {indicator_color}; border: 3px solid white; border-radius: 50%; width: 18px; height: 18px;
box-shadow: 0 2px 4px rgba(0,0,0,0.15), 0 0 0 1px #d1d5db; z-index: 10;
transition: all 0.3s ease;"></div>
</div>
<!-- Evaluation text -->
<div style="text-align: center; margin-top: 8px; padding: 8px; background: #f9fafb;
border-radius: 6px; border: 1px solid #e5e7eb;">
<div style="font-weight: 600; color: {text_color}; font-size: 16px; margin-bottom: 2px;">
{eval_text}
</div>
<div style="font-size: 10px; color: {text_color}; text-transform: uppercase; letter-spacing: 0.8px; font-weight: 500; opacity: 0.8;">
{advantage_text}
</div>
</div>
</div>
"""
def create_analysis_engine(self):
"""Create optimized Stockfish depth 20 engine for analysis"""
try:
config = StockfishConfig(
engine_path=STOCKFISH_PATH,
depth=20
)
self.analysis_engine = Engine(type="stockfish", stockfish_config=config)
print("Analysis engine (Stockfish depth 20) created successfully")
except Exception as e:
print(f"Failed to create analysis engine: {e}")
self.analysis_engine = None
def update_evaluations(self):
"""Update evaluations from both engines with optimized Stockfish analysis"""
# Get current engine evaluation
if self.current_engine:
try:
self.current_engine_eval = self.current_engine.analyze_position(self.board.copy())
if self.current_engine_eval is None:
self.current_engine_eval = 0.0
except:
self.current_engine_eval = 0.0
# Get optimized Stockfish analysis
if self.analysis_engine:
try:
self.stockfish_eval = self.analysis_engine.analyze_position(self.board.copy())
if self.stockfish_eval is None:
self.stockfish_eval = 0.0
except:
self.stockfish_eval = 0.0
def create_engine(self, engine_type: str, depth: int, temperature: float=0.5) -> Optional[Engine]:
if engine_type == "Stockfish":
if not STOCKFISH_PATH:
print("Stockfish not available")
return None
config = StockfishConfig(
engine_path=STOCKFISH_PATH,
depth=depth
)
return Engine(type="stockfish", stockfish_config=config)
elif engine_type in self.models:
config = ChessformerConfig(
chessformer=self.models[engine_type],
device=self.device,
temperature=temperature,
depth=depth if depth > 0 else 0,
top_k=8,
decay_rate=0.6,
max_batch_size=800
)
return Engine(type="chessformer", chessformer_config=config)
return None
def parse_move(self, move_str: str) -> Optional[chess.Move]:
"""Parse move input in either UCI format ("e2e4") or algebraic notation ("Ne5")"""
if not move_str:
return None
move_str = move_str.strip()
# Try UCI format first
uci_pattern = r'^[a-h][1-8][a-h][1-8][qrbn]?$'
if re.match(uci_pattern,move_str.lower()):
try:
return chess.Move.from_uci(move_str.lower())
except ValueError:
pass
# Try algrebraic notation
try:
return self.board.parse_san(move_str)
except ValueError:
pass
return None
def get_board_svg(self) -> str:
"""Generate SVG representation of the chess board"""
flip = (self.user_color == chess.BLACK)
lastmove = None
if self.move_history:
lastmove = self.move_history[-1]
svg = chess.svg.board(
board=self.board,
flipped=flip,
lastmove=lastmove,
size=600
)
return svg
def get_move_history_text(self) -> str:
"""Generate move history in PGN format"""
try:
game = chess.pgn.Game()
game.headers["Event"] = "ChessFormer Demo"
game.headers["Date"] = datetime.now().strftime("%Y.%m.%d")
game.headers["White"] = "You" if self.user_color == chess.WHITE else "Engine"
game.headers["Black"] = "Engine" if self.user_color == chess.WHITE else "You"
node = game
temp_board = chess.Board()
for move in self.move_history:
node = node.add_variation(move)
temp_board.push(move)
if self.game_over:
outcome = self.board.outcome()
if outcome:
if outcome.winner == chess.WHITE:
game.headers["Result"] = "1-0"
elif outcome.winner == chess.BLACK:
game.headers["Result"] = "0-1"
else:
game.headers["Result"] = "1/2-1/2"
else:
game.headers["Result"] = "*"
else:
game.headers["Result"] = "*"
return str(game)
except Exception as e:
print(f"Error generating move history: {e}")
return "Move history unavailable"
def export_pgn(self) -> str:
return self.get_move_history_text()
def import_fen(self, fen: str) -> Tuple[str,str,str,str,str]:
try:
test_board = chess.Board(fen.strip())
self.board = test_board
self.move_history = []
self.game_over = False
self.update_evaluations()
return (
self.get_board_svg(),
self.get_move_history_text(),
f"Position loaded from FEN: {fen}",
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
except Exception as e:
return (
self.get_board_svg(),
self.get_move_history_text(),
f"Invalid FEN: {str(e)}",
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
def import_pgn(self, pgn_text: str) -> Tuple[str,str,str,str,str]:
try:
pgn_io = io.StringIO(pgn_text.strip())
game = chess.pgn.read_game(pgn_io)
if game is None:
raise ValueError("Could not parse PGN")
self.board = game.board()
self.move_history = []
for move in game.mainline_moves():
self.board.push(move)
self.move_history.append(move)
self.game_over = self.board.is_game_over()
self.update_evaluations()
return (
self.get_board_svg(),
self.get_move_history_text(),
f"Game loaded from PGN ({len(self.move_history)} moves)",
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
except Exception as e:
return (
self.get_board_svg(),
self.get_move_history_text(),
f"Invalid PGN: {str(e)}",
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
def make_user_move(self, move_str: str) -> Tuple[str,str,str,str,str,str]:
if self.game_over:
return (
self.get_board_svg(),
self.get_move_history_text(),
"Game is over. Click 'New Game' to start a new game.",
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
if self.board.turn != self.user_color:
return (
self.get_board_svg(),
self.get_move_history_text(),
"It's not your turn now!",
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
move = self.parse_move(move_str)
if move is None:
return (
self.get_board_svg(),
self.get_move_history_text(),
f"Invalid move: '{move_str}'. Try formats like 'e2e4' or 'Ne5'",
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
if move not in self.board.legal_moves:
return (
self.get_board_svg(),
self.get_move_history_text(),
f"Illegal move: '{move_str}'",
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
self.board.push(move)
self.move_history.append(move)
self.update_evaluations()
if self.board.is_game_over():
self.game_over = True
outcome = self.board.outcome()
if outcome:
if outcome.winner == self.user_color:
status = "ππ CONGRATULATIONS! YOU WON! ππ"
status += f"\nπ― Victory by {outcome.termination.name}! π―"
elif outcome.winner is None:
status = "π€ GAME DRAWN π€"
status += f"\nβοΈ Draw by {outcome.termination.name} βοΈ"
else:
status = "π YOU LOST π"
status += f"\nπ Defeated by {outcome.termination.name} π"
else:
status = "π GAME OVER π"
return (
self.get_board_svg(),
self.get_move_history_text(),
status,
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
# Get engine move
try:
engine_move_uci, engine_value = self.current_engine.move(self.board)
if engine_move_uci == "<claim_draw>":
self.game_over = True
status = "Engine claimed a draw."
else:
engine_move = chess.Move.from_uci(engine_move_uci)
self.board.push(engine_move)
self.move_history.append(engine_move)
if self.board.is_game_over():
self.game_over = True
outcome = self.board.outcome()
if outcome:
if outcome.winner == self.user_color:
status = "ππ CONGRATULATIONS! YOU WON! ππ"
status += f"\nπ― Victory by {outcome.termination.name}! π―"
elif outcome.winner is None:
status = "π€ GAME DRAWN π€"
status += f"\nβοΈ Draw by {outcome.termination.name} βοΈ"
else:
status = "π YOU LOST π"
status += f"\nπ Defeated by {outcome.termination.name} π"
else:
status = "π GAME OVER π"
else:
status = f"Engine played: {engine_move.uci()}."
except Exception as e:
status = f"Engine error: {str(e)}"
print(f"Engine error: {e}")
traceback.print_exc()
return (
self.get_board_svg(),
self.get_move_history_text(),
status,
"", # clear input
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
def new_game(self, engine_type: str, depth: int, color: str, temperature: float) -> Tuple[str,str,str,str,str,str]:
"Start a new game"
self.board = chess.Board()
self.move_history = []
self.game_over = False
self.user_color = chess.WHITE if color == "White" else chess.BLACK
# Create new engine
self.current_engine = self.create_engine(engine_type, depth, temperature)
self.update_evaluations()
if self.current_engine is None:
status = f"Failed to create {engine_type} engine."
else:
status = f"New game started! You are playing {color} against {engine_type} (depth {depth})."
# If user is black, make engine move first
if self.user_color == chess.BLACK:
try:
engine_move_uci, engine_value = self.current_engine.move(self.board)
if engine_move_uci != "<claim_draw>":
engine_move = chess.Move.from_uci(engine_move_uci)
self.board.push(engine_move)
self.move_history.append(engine_move)
status += f" Engine opened with: {engine_move.uci()}"
except Exception as e:
status += f" Engine error on first move: {str(e)}"
return (
self.get_board_svg(),
self.get_move_history_text(),
status,
"",
self.create_evaluation_bar(self.stockfish_eval, "Stockfish Analysis (from your perspective)"),
self.create_evaluation_bar(self.current_engine_eval, "Engine Analysis (from your perspective)")
)
app = ChessApp()
def create_interface():
"""Create the Gradio interface with improved layout"""
with gr.Blocks(title="ChessFormer Demo", theme=gr.themes.Soft()) as interface:
gr.Markdown("# π ChessFormer Demo")
gr.Markdown("Play chess against ChessFormer models or Stockfish!")
with gr.Row():
# Left column - Analysis + History
with gr.Column(scale=1):
gr.Markdown("### π Position Analysis")
# Stockfish Analysis
stockfish_eval_display = gr.HTML(
value=app.create_evaluation_bar(0.0, "Stockfish Analysis"),
label="Stockfish"
)
# Current Engine Analysis
current_engine_eval_display = gr.HTML(
value=app.create_evaluation_bar(0.0, "Engine Analysis"),
label="Engine"
)
# Move history
gr.Markdown("### π Game History")
history_display = gr.Textbox(
value=app.get_move_history_text(),
label="PGN",
lines=12,
max_lines=15,
interactive=False
)
# Middle column - Game Board + Controls
with gr.Column(scale=4):
# Chess board display
board_display = gr.HTML(
value=app.get_board_svg(),
label="Chess Board"
)
# Move input
with gr.Row():
move_input = gr.Textbox(
placeholder="Enter move (e.g., 'e2e4' or 'Ne5')",
label="Your Move",
scale=4
)
move_button = gr.Button("Make Move", variant="primary", scale=1)
# Game status
status_display = gr.Textbox(
value="Click 'New Game' to start playing!",
label="Game Status",
interactive=False,
lines=2
)
# Right column - Settings + Import/Export
with gr.Column(scale=2):
# Engine settings
gr.Markdown("### βοΈ Game Settings")
engine_choices = ["Stockfish"] + list(app.models.keys())
engine_select = gr.Dropdown(
choices=engine_choices,
value="ChessFormer-RL" if engine_choices else None,
label="Opponent Engine"
)
depth_slider = gr.Slider(
minimum=0,
maximum=6,
value=2,
step=1,
label="Engine Depth"
)
color_select = gr.Radio(
choices=["White", "Black"],
value="White",
label="Your Color"
)
temperature_slider = gr.Slider(
minimum=0.1,
maximum=2.0,
value=0.5,
step=0.1,
label="Temperature (ChessFormer only)"
)
new_game_button = gr.Button("π New Game", variant="secondary", size="lg")
# Import/Export section
gr.Markdown("### π Import/Export")
with gr.Tabs():
with gr.Tab("Import FEN"):
fen_input = gr.Textbox(
placeholder="rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1",
label="FEN String",
lines=2
)
import_fen_button = gr.Button("Import FEN")
with gr.Tab("Import PGN"):
pgn_input = gr.Textbox(
placeholder="1. e4 e5 2. Nf3 Nc6...",
label="PGN Text",
lines=3
)
import_pgn_button = gr.Button("Import PGN")
with gr.Tab("Export"):
export_button = gr.Button("π Download PGN")
export_output = gr.File(label="Download")
# Available models info
gr.Markdown("### π€ Available Models")
if app.models:
model_info = "**Loaded ChessFormer models:**\n" + "\n".join([f"β’ {name}" for name in app.models.keys()])
else:
model_info = "β οΈ No ChessFormer models found. Make sure model checkpoints exist in Huggingface Hub."
gr.Markdown(model_info)
# Function to update depth limits based on engine selection
def update_depth_limits(engine_type):
min_depth, max_depth, value = app.get_depth_limits(engine_type)
return gr.Slider(minimum=min_depth, maximum=max_depth, value=value, step=1)
# Function to export PGN
def export_pgn_file():
pgn_content = app.export_pgn()
filename = f"chess_game_{datetime.now().strftime('%Y%m%d_%H%M%S')}.pgn"
with open(filename, 'w') as f:
f.write(pgn_content)
return filename
# Event handlers (same as before...)
engine_select.change(
fn=update_depth_limits,
inputs=[engine_select],
outputs=[depth_slider]
)
move_button.click(
fn=app.make_user_move,
inputs=[move_input],
outputs=[board_display, history_display, status_display, move_input,
stockfish_eval_display, current_engine_eval_display]
)
move_input.submit(
fn=app.make_user_move,
inputs=[move_input],
outputs=[board_display, history_display, status_display, move_input,
stockfish_eval_display, current_engine_eval_display]
)
new_game_button.click(
fn=app.new_game,
inputs=[engine_select, depth_slider, color_select, temperature_slider],
outputs=[board_display, history_display, status_display, move_input,
stockfish_eval_display, current_engine_eval_display]
)
import_fen_button.click(
fn=app.import_fen,
inputs=[fen_input],
outputs=[board_display, history_display, status_display, fen_input,
stockfish_eval_display, current_engine_eval_display]
)
import_pgn_button.click(
fn=app.import_pgn,
inputs=[pgn_input],
outputs=[board_display, history_display, status_display, pgn_input,
stockfish_eval_display, current_engine_eval_display]
)
export_button.click(
fn=export_pgn_file,
outputs=[export_output]
)
# Auto-start a new game when interface loads
interface.load(
fn=app.new_game,
inputs=[gr.State("ChessFormer-RL"), gr.State(2), gr.State("White"), gr.State(0.5)],
outputs=[board_display, history_display, status_display, move_input,
stockfish_eval_display, current_engine_eval_display]
)
return interface
if __name__ == "__main__":
# Create and launch interface
interface = create_interface()
interface.launch()
|