Update app.py
Browse files
app.py
CHANGED
@@ -114,8 +114,10 @@ demo = gr.Interface(
|
|
114 |
fn=step_episode,
|
115 |
inputs=gr.State(value=[START_POSITION, []]),
|
116 |
outputs=[board, state_fen, move_history, gr.State()],
|
117 |
-
title="RookWorld Self-Play Demo",
|
118 |
-
description="
|
|
|
|
|
119 |
allow_flagging="never",
|
120 |
analytics_enabled=False,
|
121 |
submit_btn="Generate",
|
|
|
114 |
fn=step_episode,
|
115 |
inputs=gr.State(value=[START_POSITION, []]),
|
116 |
outputs=[board, state_fen, move_history, gr.State()],
|
117 |
+
title="♜ RookWorld Self-Play Demo",
|
118 |
+
description="""♜ RookWorld (GPT2-124M) Unified Policy & Environment Model
|
119 |
+
Both the *policy actions* and the *environment response* (dream) are fully generated by the model.
|
120 |
+
Click the **Generate**-button to generate a new move and environment response. On CPU this can take 30 seconds per step.""",
|
121 |
allow_flagging="never",
|
122 |
analytics_enabled=False,
|
123 |
submit_btn="Generate",
|