update ppo and demo in webui

Former-commit-id: de7571704c82121db13e3fc907379d2453100191
This commit is contained in:
hiyouga
2023-11-16 14:55:26 +08:00
parent f9d4e37b3c
commit df83def566
4 changed files with 32 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ def create_ui(demo_mode: Optional[bool] = False) -> gr.Blocks:
with gr.Tab("Train"):
engine.manager.all_elems["train"] = create_train_tab(engine)
with gr.Tab("Evaluate"):
with gr.Tab("Evaluate & Predict"):
engine.manager.all_elems["eval"] = create_eval_tab(engine)
with gr.Tab("Chat"):