estellea commited on
Commit
7c02ca9
1 Parent(s): b03eeaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def predict(
56
  negative_prompt=negative_prompt,
57
  guidance_scale=guidance_scale,
58
  generator=generator,
59
- num_inference_steps=40,
60
  ) # type: ignore
61
  rgb_image, depth_image = output.rgb[0], output.depth[0] # type: ignore
62
  with NamedTemporaryFile(suffix=".png", delete=False, dir="tmp") as rgb_file:
 
56
  negative_prompt=negative_prompt,
57
  guidance_scale=guidance_scale,
58
  generator=generator,
59
+ num_inference_steps=50,
60
  ) # type: ignore
61
  rgb_image, depth_image = output.rgb[0], output.depth[0] # type: ignore
62
  with NamedTemporaryFile(suffix=".png", delete=False, dir="tmp") as rgb_file: