Skip to content

Commit 2451d33

Browse files
Fix typo
1 parent 25c98d2 commit 2451d33

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
@@ -1012,6 +1012,6 @@ export const threedtopia_xl = (model: ModelData): string[] => [
10121012
`from threedtopia_xl.models import threedtopia_xl
10131013
10141014
model = threedtopia_xl.from_pretrained("${model.id}")
1015-
model.generate(cond="path/to/image.png")
1015+
model.generate(cond="path/to/image.png")`,
10161016
];
10171017
//#endregion

0 commit comments

Comments
 (0)