Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -370,11 +370,14 @@ GITHUB_TOKEN = os.environ["GITHUB_TOKEN"]
|
|
370 |
RESULT_GIST_ID = "c491299e7b8a45a61ce5403a70cf8656"
|
371 |
LEAD_GIST_ID = "696115fe2df47fb2350fcff2663678c9"
|
372 |
|
|
|
|
|
373 |
with gr.Blocks() as demo:
|
374 |
-
gr.Markdown("
|
|
|
375 |
with gr.Row():
|
376 |
model_id_white = gr.Textbox(label="White Model ID", value="mlabonne/chesspythia-70m")
|
377 |
-
model_id_black = gr.Textbox(label="Black Model ID", value="
|
378 |
btn = gr.Button("Run")
|
379 |
with gr.Row():
|
380 |
out = gr.Image(width=256)
|
|
|
370 |
RESULT_GIST_ID = "c491299e7b8a45a61ce5403a70cf8656"
|
371 |
LEAD_GIST_ID = "696115fe2df47fb2350fcff2663678c9"
|
372 |
|
373 |
+
desc = """<center>💻 <a href="https://gist.github.com/chessllm">GitHub</a> | 🏆 <a href="https://gist.github.com/chessllm/696115fe2df47fb2350fcff2663678c9">Leaderboard</a> | ♟️ <a href="https://colab.research.google.com/drive/16ZELw3wWQ43aUFBH6f7GUhCm8HwPyhlY">Arena</a> | ♟️ <a href="https://colab.research.google.com/drive/1bHftO1h9lX9jFSnHJCKjycEeCY5khO5L">Trainer</a></center>"""
|
374 |
+
|
375 |
with gr.Blocks() as demo:
|
376 |
+
gr.Markdown("# ⚔️ Chess LLM Arena")
|
377 |
+
gr.Markdown(desc)
|
378 |
with gr.Row():
|
379 |
model_id_white = gr.Textbox(label="White Model ID", value="mlabonne/chesspythia-70m")
|
380 |
+
model_id_black = gr.Textbox(label="Black Model ID", value="EleutherAI/pythia-70m")
|
381 |
btn = gr.Button("Run")
|
382 |
with gr.Row():
|
383 |
out = gr.Image(width=256)
|