File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import zeroShotImageClassification from "./zero-shot-image-classification/data";
39
39
import zeroShotObjectDetection from "./zero-shot-object-detection/data" ;
40
40
import imageTo3D from "./image-to-3d/data" ;
41
41
import textTo3D from "./text-to-3d/data" ;
42
+ import keypointDetection from "./keypoint-detection/data" ;
42
43
43
44
export type * from "./audio-classification/inference" ;
44
45
export type * from "./automatic-speech-recognition/inference" ;
@@ -208,7 +209,7 @@ export const TASKS_DATA: Record<PipelineType, TaskData | undefined> = {
208
209
"image-text-to-text" : getData ( "image-text-to-text" , imageTextToText ) ,
209
210
"image-to-text" : getData ( "image-to-text" , imageToText ) ,
210
211
"image-to-video" : undefined ,
211
- "keypoint-detection" : getData ( "keypoint-detection" , placeholder ) ,
212
+ "keypoint-detection" : getData ( "keypoint-detection" , keypointDetection ) ,
212
213
"mask-generation" : getData ( "mask-generation" , maskGeneration ) ,
213
214
"multiple-choice" : undefined ,
214
215
"object-detection" : getData ( "object-detection" , objectDetection ) ,
You can’t perform that action at this time.
0 commit comments