Cognomen commited on
Commit
cdf3ee3
Β·
1 Parent(s): 1e12c79
Files changed (1) hide show
  1. app.py +1 -1
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=prompts_in,
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,