Staticaliza commited on
Commit
5a7e564
·
verified ·
1 Parent(s): d62c968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
50
 
51
  parameters = {
52
  "prompt": input,
53
- "negative_prompt": negative_prompt,
54
  "height": height,
55
  "width": width,
56
  "num_inference_steps": steps,
 
50
 
51
  parameters = {
52
  "prompt": input,
53
+ "negative_prompt": negative_input,
54
  "height": height,
55
  "width": width,
56
  "num_inference_steps": steps,