From 7fe1c3c66f171bd7540cefd0d77feb581bd76b6c Mon Sep 17 00:00:00 2001 From: Gene Date: Thu, 26 Oct 2023 21:53:12 +0800 Subject: [PATCH] [MNT] delete video and audio --- learnware/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learnware/config.py b/learnware/config.py index 7fdcc91..fb78a08 100644 --- a/learnware/config.py +++ b/learnware/config.py @@ -73,7 +73,7 @@ os.makedirs(STDOUT_PATH, exist_ok=True) semantic_config = { "Data": { - "Values": ["Table", "Image", "Video", "Text", "Audio"], + "Values": ["Table", "Image", "Text"], "Type": "Class", }, # Choose only one class "Task": {