Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
|
|
119 |
"output_type":"pil",
|
120 |
}
|
121 |
|
122 |
-
if model != "
|
123 |
parameters["negative_prompt"] = filter_input + negative_input,
|
124 |
|
125 |
|
|
|
119 |
"output_type":"pil",
|
120 |
}
|
121 |
|
122 |
+
if model != "Pro":
|
123 |
parameters["negative_prompt"] = filter_input + negative_input,
|
124 |
|
125 |
|