Skip to content

Commit 0aa70b9

Browse files
committed
semicolons
1 parent a7f7ecc commit 0aa70b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ dam = DescribeAnythingModel(
326326

327327
const diffusersDefaultPrompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k";
328328

329-
const diffusersImg2ImgDefaultPrompt = "Turn this cat into a dog"
329+
const diffusersImg2ImgDefaultPrompt = "Turn this cat into a dog";
330330

331-
const diffusersVideoDefaultPrompt = "A man with short gray hair plays a red electric guitar."
331+
const diffusersVideoDefaultPrompt = "A man with short gray hair plays a red electric guitar.";
332332

333333
const diffusers_default = (model: ModelData) => [
334334
`from diffusers import DiffusionPipeline

0 commit comments

Comments
 (0)