Staticaliza commited on
Commit
7bd4e2d
·
verified ·
1 Parent(s): cc86f15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
120
  }
121
 
122
  if model != "Pro":
123
- parameters["negative_prompt"] = filter_input + negative_input,
124
 
125
 
126
  images = repo(**parameters).images
 
120
  }
121
 
122
  if model != "Pro":
123
+ parameters["negative_prompt"] = str(filter_input + negative_input),
124
 
125
 
126
  images = repo(**parameters).images