Skip to content

Commit 3e26129

Browse files
viktor2077Wauplin
andauthored
Update packages/inference/src/tasks/cv/textToVideo.ts
Co-authored-by: Lucain <[email protected]>
1 parent 51f87e7 commit 3e26129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/src/tasks/cv/textToVideo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface NovitaOutput {
2626
};
2727
}
2828

29-
const SUPPORTED_PROVIDERS = ["fal-ai", "replicate", "novita"] as const satisfies readonly InferenceProvider[];
29+
const SUPPORTED_PROVIDERS = ["fal-ai", "novita", "replicate"] as const satisfies readonly InferenceProvider[];
3030

3131
export async function textToVideo(args: TextToVideoArgs, options?: Options): Promise<TextToVideoOutput> {
3232
if (!args.provider || !typedInclude(SUPPORTED_PROVIDERS, args.provider)) {

0 commit comments

Comments
 (0)