Spaces:
Runtime error
Runtime error
mismatched paren
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ generator = torch.manual_seed(0)
|
|
33 |
def infer(prompt, negative_prompt, image):
|
34 |
# implement your inference function here
|
35 |
|
36 |
-
cond_input = conditioning_image_transforms(np.array(image))
|
37 |
cond_input = T.ToPILImage(cond_input)
|
38 |
|
39 |
output = pipe(
|
|
|
33 |
def infer(prompt, negative_prompt, image):
|
34 |
# implement your inference function here
|
35 |
|
36 |
+
cond_input = conditioning_image_transforms(np.array(image))
|
37 |
cond_input = T.ToPILImage(cond_input)
|
38 |
|
39 |
output = pipe(
|