Spaces:
Paused
Paused
Update app_parallel.py
Browse files- app_parallel.py +1 -1
app_parallel.py
CHANGED
@@ -63,7 +63,7 @@ class AnimationConfig:
|
|
63 |
self.camera_d = 10.
|
64 |
self.z_near = 5.
|
65 |
self.z_far = 15.
|
66 |
-
self.device = '
|
67 |
self.image_hardcoded = image_hardcoded
|
68 |
|
69 |
|
|
|
63 |
self.camera_d = 10.
|
64 |
self.z_near = 5.
|
65 |
self.z_far = 15.
|
66 |
+
self.device = 'cuda'
|
67 |
self.image_hardcoded = image_hardcoded
|
68 |
|
69 |
|