Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,6 @@ def infer(prompt,
|
|
| 67 |
image = pipe(prompt=json_prompt,
|
| 68 |
num_inference_steps=num_inference_steps,
|
| 69 |
negative_prompt=negative_prompt,
|
| 70 |
-
generator=generator,
|
| 71 |
width=width,height=height,
|
| 72 |
guidance_scale=guidance_scale).images[0]
|
| 73 |
|
|
|
|
| 67 |
image = pipe(prompt=json_prompt,
|
| 68 |
num_inference_steps=num_inference_steps,
|
| 69 |
negative_prompt=negative_prompt,
|
|
|
|
| 70 |
width=width,height=height,
|
| 71 |
guidance_scale=guidance_scale).images[0]
|
| 72 |
|