mlabonne commited on
Commit
f64ec9f
·
verified ·
1 Parent(s): a5bd891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -428,7 +428,7 @@ with gr.Blocks() as demo:
428
  gr.Markdown(title)
429
  with gr.Row():
430
  model_id_white = gr.Textbox(label="White Model ID", value="mlabonne/chesspythia-70m")
431
- model_id_black = gr.Textbox(label="Black Model ID", value="EleutherAI/pythia-70m")
432
  btn = gr.Button("Fight!")
433
  with gr.Row():
434
  out = gr.Image(width=256)
 
428
  gr.Markdown(title)
429
  with gr.Row():
430
  model_id_white = gr.Textbox(label="White Model ID", value="mlabonne/chesspythia-70m")
431
+ model_id_black = gr.Textbox(label="Black Model ID", value="EleutherAI/pythia-70m-deduped")
432
  btn = gr.Button("Fight!")
433
  with gr.Row():
434
  out = gr.Image(width=256)