This commit is contained in:
hailin 2025-07-08 18:54:43 +08:00
parent ccc9f056c8
commit 9e53e2b4da
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ with gr.Blocks(title="EvalScope 全功能界面") as demo:
) )
dataset_dropdown = gr.Dropdown( dataset_dropdown = gr.Dropdown(
label="评测数据集 (--dataset)", label="评测数据集 (--dataset)",
choices=["openqa", "flickr8k", "longalpaca", "random_dataset", "line_by_line", "custom", "speed_benchmark"] choices=["openqa", "flickr8k", "longalpaca", "random_dataset", "line_by_line", "custom", "speed_benchmark"],
value="openqa" value="openqa"
) )
model_override_input = gr.Textbox( model_override_input = gr.Textbox(