linoyts HF Staff commited on
Commit
c833e98
·
verified ·
1 Parent(s): 139be99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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