Skip to content

Commit bce3d39

Browse files
Update packages/tasks/src/model-libraries-snippets.ts
Co-authored-by: Lucain <[email protected]>
1 parent 970b1d4 commit bce3d39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,8 @@ model = VoiceCraft.from_pretrained("${model.id}")`,
13331333
];
13341334

13351335
export const vui = (model: ModelData): string[] => [
1336-
`import torchaudio
1336+
`# !pip install git+https://github.com/fluxions-ai/vui
1337+
import torchaudio
13371338
13381339
from vui.inference import render
13391340
from vui.model import Vui,

0 commit comments

Comments
 (0)