Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
|
|
| 118 |
|
| 119 |
repo.to(DEVICE)
|
| 120 |
|
| 121 |
-
parameters
|
| 122 |
"prompt": input,
|
| 123 |
"negative_prompt": filter_input + negative_input,
|
| 124 |
"height": height,
|
|
|
|
| 118 |
|
| 119 |
repo.to(DEVICE)
|
| 120 |
|
| 121 |
+
parameters = {
|
| 122 |
"prompt": input,
|
| 123 |
"negative_prompt": filter_input + negative_input,
|
| 124 |
"height": height,
|