Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|