Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def infer(
|
|
85 |
|
86 |
image = pipe(
|
87 |
prompt=prompt,
|
88 |
-
negative_prompt=
|
89 |
guidance_scale=guidance_scale,
|
90 |
num_inference_steps=num_inference_steps,
|
91 |
width=width,
|
|
|
85 |
|
86 |
image = pipe(
|
87 |
prompt=prompt,
|
88 |
+
negative_prompt=negative_prompt,
|
89 |
guidance_scale=guidance_scale,
|
90 |
num_inference_steps=num_inference_steps,
|
91 |
width=width,
|