Spaces:
Running
on
Zero
Running
on
Zero
CiaraRowles
commited on
Update app.py
Browse files
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 |
|