habulaj commited on
Commit
7645cc5
1 Parent(s): 65e21e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -89,8 +89,6 @@ def generate(
89
  return pipe(
90
  prompt=prompt,
91
  negative_prompt=negative_prompt,
92
- prompt_2=prompt_2,
93
- negative_prompt_2=negative_prompt_2,
94
  width=width,
95
  height=height,
96
  guidance_scale=guidance_scale_base,
 
89
  return pipe(
90
  prompt=prompt,
91
  negative_prompt=negative_prompt,
 
 
92
  width=width,
93
  height=height,
94
  guidance_scale=guidance_scale_base,