Staticaliza commited on
Commit
d62c968
·
verified ·
1 Parent(s): 46229f4

Update app.py

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