ahmetyaylalioglu commited on
Commit
e0d84c4
·
verified ·
1 Parent(s): 25ebf39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def run(image):
28
  "", input_image, guidance_scale=5, num_inference_steps=30, elevation=0
29
  )
30
  splat_file = "/tmp/output.ply"
31
- pipeline.save_ply(splat, splat_file)
32
  return splat_file
33
 
34
 
 
28
  "", input_image, guidance_scale=5, num_inference_steps=30, elevation=0
29
  )
30
  splat_file = "/tmp/output.ply"
31
+ #pipeline.save_ply(splat, splat_file)
32
  return splat_file
33
 
34