Cognomen commited on
Commit
a8323ab
Β·
1 Parent(s): 55bfa61

mismatched paren

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(