Spanicin commited on
Commit
1aba95f
·
verified ·
1 Parent(s): 16ee39a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.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 = 'cpu'
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