Skip to content

Commit 3ef4efe

Browse files
authored
[Inference] Export textToVideo (#1135)
1 parent 1d025db commit 3ef4efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/inference/src/tasks/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export * from "./cv/objectDetection";
1616
export * from "./cv/textToImage";
1717
export * from "./cv/imageToImage";
1818
export * from "./cv/zeroShotImageClassification";
19+
export * from "./cv/textToVideo";
1920

2021
// Natural Language Processing tasks
2122
export * from "./nlp/featureExtraction";

0 commit comments

Comments
 (0)