jrahn commited on
Commit
ded9643
1 Parent(s): b836b8f

update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as block:
88
  move = gr.Textbox(label='human player move')
89
  notation = gr.Radio(["SAN", "UCI"], value="SAN", label='move notation')
90
  fen = gr.Textbox(value=chess.Board().fen(), label='FEN')
91
- top_k = gr.Number(value=3, label='pick from top_k moves', precision=0)
92
  with gr.Row():
93
  load_btn = gr.Button("Load")
94
  play_btn = gr.Button("Play")
 
88
  move = gr.Textbox(label='human player move')
89
  notation = gr.Radio(["SAN", "UCI"], value="SAN", label='move notation')
90
  fen = gr.Textbox(value=chess.Board().fen(), label='FEN')
91
+ top_k = gr.Number(value=3, label='sample from top_k moves', precision=0)
92
  with gr.Row():
93
  load_btn = gr.Button("Load")
94
  play_btn = gr.Button("Play")