alexeyGod commited on
Commit
cdc76d6
·
verified ·
1 Parent(s): c731a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def infer(
85
 
86
  image = pipe(
87
  prompt=prompt,
88
- negative_prompt=negative_prompt1,
89
  guidance_scale=guidance_scale,
90
  num_inference_steps=num_inference_steps,
91
  width=width,
 
85
 
86
  image = pipe(
87
  prompt=prompt,
88
+ negative_prompt=negative_prompt,
89
  guidance_scale=guidance_scale,
90
  num_inference_steps=num_inference_steps,
91
  width=width,