Spaces:
Runtime error
Runtime error
correct argument.
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def infer_cartoonization(
|
|
39 |
image_guidance_scale=img_cfg,
|
40 |
guidance_scale=text_cfg,
|
41 |
generator=torch.manual_seed(int(seed)),
|
42 |
-
)
|
43 |
return images
|
44 |
|
45 |
|
|
|
39 |
image_guidance_scale=img_cfg,
|
40 |
guidance_scale=text_cfg,
|
41 |
generator=torch.manual_seed(int(seed)),
|
42 |
+
).images
|
43 |
return images
|
44 |
|
45 |
|