Spaces:
Build error
Build error
Sam commited on
Update aduc_framework/engineers/deformes3D.py
Browse files
aduc_framework/engineers/deformes3D.py
CHANGED
|
@@ -211,4 +211,4 @@ class Deformes3DEngine:
|
|
| 211 |
image_np = (tensor.cpu().float().numpy() * 255).astype(np.uint8)
|
| 212 |
Image.fromarray(image_np).save(path)
|
| 213 |
|
| 214 |
-
deformes3d_engine_singleton = Deformes3DEngine()
|
|
|
|
| 211 |
image_np = (tensor.cpu().float().numpy() * 255).astype(np.uint8)
|
| 212 |
Image.fromarray(image_np).save(path)
|
| 213 |
|
| 214 |
+
deformes3d_engine_singleton = Deformes3DEngine()
|