Spaces:
Runtime error
Runtime error
typo
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def infer(prompt, negative_prompt, image):
|
|
67 |
p_params = replicate(params)
|
68 |
|
69 |
output = pipe(
|
70 |
-
prompt_ids=
|
71 |
image=cond_img_in,
|
72 |
prng_seed=rng,
|
73 |
neg_prompt_ids=n_prompt_in,
|
|
|
67 |
p_params = replicate(params)
|
68 |
|
69 |
output = pipe(
|
70 |
+
prompt_ids=prompt_in,
|
71 |
image=cond_img_in,
|
72 |
prng_seed=rng,
|
73 |
neg_prompt_ids=n_prompt_in,
|