From 1b1c0dc0a75ff88f15c34fef54d7a12a3abf5990 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 19 Jul 2025 15:56:27 +0800 Subject: [PATCH] . --- gradio_ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradio_ui.py b/gradio_ui.py index be854c7..ace9790 100644 --- a/gradio_ui.py +++ b/gradio_ui.py @@ -31,8 +31,8 @@ EVAL_DATASETS = [ "trivia_qa", "truthful_qa" ] PERF_DATASETS = [ - "openqa", "flickr8k", "longalpaca", "random_dataset", - "line_by_line", "custom", "speed_benchmark" + "openqa", "flickr8k", "longalpaca", + "line_by_line", "speed_benchmark" ] def toggle_dataset_file_visibility(ds):