msluszniak commited on
Commit
aff7c81
·
verified ·
1 Parent(s): 7260084

Add text-to-speech, text-detection, text-recognition capabilities

Browse files
Files changed (1) hide show
  1. config.schema.json +4 -1
config.schema.json CHANGED
@@ -43,6 +43,7 @@
43
  "text-generation",
44
  "vision",
45
  "speech-to-text",
 
46
  "classification",
47
  "object-detection",
48
  "semantic-segmentation",
@@ -51,7 +52,9 @@
51
  "text-embedding",
52
  "image-embedding",
53
  "image-generation",
54
- "voice-activity-detection"
 
 
55
  ]
56
  }
57
  },
 
43
  "text-generation",
44
  "vision",
45
  "speech-to-text",
46
+ "text-to-speech",
47
  "classification",
48
  "object-detection",
49
  "semantic-segmentation",
 
52
  "text-embedding",
53
  "image-embedding",
54
  "image-generation",
55
+ "voice-activity-detection",
56
+ "text-detection",
57
+ "text-recognition"
58
  ]
59
  }
60
  },