daoyuan98 commited on
Commit
71aa4e1
·
verified ·
1 Parent(s): 11f32c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
265
 
266
  for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
267
  prompt=prompt,
268
- guidance_scale=guidance_scale0,
269
  num_inference_steps=num_inference_steps,
270
  width=width,
271
  height=height,
 
265
 
266
  for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
267
  prompt=prompt,
268
+ guidance_scale=guidance_scale,
269
  num_inference_steps=num_inference_steps,
270
  width=width,
271
  height=height,