daniel-dona commited on
Commit
7819338
·
verified ·
1 Parent(s): b6ec892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def infer_diffusers(
56
  width, height = get_image_size(aspect_ratio)
57
 
58
  print("Generating for prompt:", prompt)
59
- pipe(
60
  prompt=prompt,
61
  negative_prompt=negative_prompt,
62
  width=width,
 
56
  width, height = get_image_size(aspect_ratio)
57
 
58
  print("Generating for prompt:", prompt)
59
+ image = pipe(
60
  prompt=prompt,
61
  negative_prompt=negative_prompt,
62
  width=width,