multimodalart HF staff commited on
Commit
9954463
1 Parent(s): b3b1ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -28,8 +28,6 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
28
  negative_prompt = negative_prompt,
29
  guidance_scale = guidance_scale,
30
  num_inference_steps = num_inference_steps,
31
- width = width,
32
- height = height,
33
  generator = generator
34
  ).images[0]
35
 
 
28
  negative_prompt = negative_prompt,
29
  guidance_scale = guidance_scale,
30
  num_inference_steps = num_inference_steps,
 
 
31
  generator = generator
32
  ).images[0]
33