diff --git a/learnware/config.py b/learnware/config.py index 2580b5c..4d2e0ea 100644 --- a/learnware/config.py +++ b/learnware/config.py @@ -67,7 +67,7 @@ os.makedirs(DATABASE_PATH, exist_ok=True) semantic_config = { "Data": { - "Values": ["Tabular", "Image", "Video", "Text", "Audio"], + "Values": ["Table", "Image", "Video", "Text", "Audio"], "Type": "Class", }, # Choose only one class "Task": {