CiaraRowles commited on
Commit
916991e
·
verified ·
1 Parent(s): 111d52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def generate_image(images, prompt, negative_prompt,stylecode,strength,additional
31
  # Calculate new width and height
32
 
33
 
34
- image = use_stylecode(ip_ckpt,image_path="",prompt=prompt,num_inference_steps=20,image=image,stylecode=stylecode)
35
 
36
  yield image
37
 
 
31
  # Calculate new width and height
32
 
33
 
34
+ image = use_stylecode(ip_ckpt,image_path="",prompt=prompt,negative_prompt=negative_prompt,num_inference_steps=20,image=image,stylecode=stylecode)
35
 
36
  yield image
37