estellea commited on
Commit
35ca948
1 Parent(s): 345fea6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ pipe.to("cuda")
47
  prompt ="360 view of a large bedroom"
48
  name = "bedroom_pano"
49
 
50
- output = pipe(prompt, width=1024, height=512,)
51
  rgb_image, depth_image = output.rgb, output.depth
52
  rgb_image[0].save(name+"_ldm3d_rgb.jpg")
53
  depth_image[0].save(name+"_ldm3d_depth.png")
 
47
  prompt ="360 view of a large bedroom"
48
  name = "bedroom_pano"
49
 
50
+ output = pipe(prompt, width=1024, height=512)
51
  rgb_image, depth_image = output.rgb, output.depth
52
  rgb_image[0].save(name+"_ldm3d_rgb.jpg")
53
  depth_image[0].save(name+"_ldm3d_depth.png")