Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,8 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
53 |
lora_scale=1.0,
|
54 |
)
|
55 |
image = pipe(
|
56 |
-
prompt =
|
|
|
57 |
width = width,
|
58 |
height = height,
|
59 |
num_inference_steps = num_inference_steps,
|
|
|
53 |
lora_scale=1.0,
|
54 |
)
|
55 |
image = pipe(
|
56 |
+
prompt = "",
|
57 |
+
prompt_2 = prompt,
|
58 |
width = width,
|
59 |
height = height,
|
60 |
num_inference_steps = num_inference_steps,
|