Skip to content

Commit 9b283cf

Browse files
committed
Fix lint in CI
1 parent 9ebff35 commit 9b283cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ export const voicecraft = (model: ModelData): string[] => [
13541354
model = VoiceCraft.from_pretrained("${model.id}")`,
13551355
];
13561356

1357-
export const vui = (model: ModelData): string[] => [
1357+
export const vui = (): string[] => [
13581358
`# !pip install git+https://github.com/fluxions-ai/vui
13591359
13601360
import torchaudio

0 commit comments

Comments
 (0)