PseudoTerminal X commited on
Commit
ae90f5c
1 Parent(s): 983dbf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def generate(prompt, guidance_scale, num_inference_steps, resolution, negative_p
41
  width=width,
42
  height=height
43
  ).images
44
- return refined_images = stg2_pipeline(
45
  prompt=prompt,
46
  negative_prompt=negative_prompt,
47
  latents=latent_images,
 
41
  width=width,
42
  height=height
43
  ).images
44
+ return stg2_pipeline(
45
  prompt=prompt,
46
  negative_prompt=negative_prompt,
47
  latents=latent_images,