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