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