fffiloni commited on
Commit
97a751a
·
verified ·
1 Parent(s): e96f8bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def main(prompt, negative_prompt, seed, randomize_seed, width, height, guidance_
66
  num_images_per_prompt=1,
67
  width = width,
68
  height = height,
69
- ).images[0])
70
 
71
  pipeline.unload_lora_weights()
72
 
 
66
  num_images_per_prompt=1,
67
  width = width,
68
  height = height,
69
+ ).images[0]
70
 
71
  pipeline.unload_lora_weights()
72