Browse Source

[MNT] delete video and audio

tags/v0.3.2
Gene 2 years ago
parent
commit
7fe1c3c66f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      learnware/config.py

+ 1
- 1
learnware/config.py View File

@@ -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": {


Loading…
Cancel
Save