Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|