alexeyGod commited on
Commit
4d1aaf0
·
verified ·
1 Parent(s): 50c370f

Update app.py

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