CiaraRowles commited on
Commit
a7fa9a2
·
verified ·
1 Parent(s): b983036

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def generate_image(images, prompt, negative_prompt, scale, nfaa_negative_prompt,
34
  # Calculate new width and height
35
 
36
 
37
- image = process_single_image_both_ways(image_path="",prompt=prompt,num_inference_steps=20,image=image)
38
 
39
  yield image
40
 
 
34
  # Calculate new width and height
35
 
36
 
37
+ image = process_single_image_both_ways(ip_ckpt,image_path="",prompt=prompt,num_inference_steps=20,image=image)
38
 
39
  yield image
40