cwhuh commited on
Commit
5e4548b
·
1 Parent(s): f68b669

fix : llm error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
47
  )
48
 
49
  for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
50
- prompt=prompt,
51
  guidance_scale=guidance_scale,
52
  num_inference_steps=num_inference_steps,
53
  width=width,
 
47
  )
48
 
49
  for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
50
+ prompt=refined_prompt,
51
  guidance_scale=guidance_scale,
52
  num_inference_steps=num_inference_steps,
53
  width=width,