Update app.py
Browse files
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":
|
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,
|