Staticaliza commited on
Commit
04b7218
·
verified ·
1 Parent(s): 7bacb85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,