Spaces:
Build error
Build error
set device to cuda
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ args = edict({
|
|
97 |
"upsample_type": "nearest",
|
98 |
"num_frequencies": 6,
|
99 |
"deform_face_scale_coef": 0.0,
|
100 |
-
"device": "
|
101 |
})
|
102 |
|
103 |
# download FLAME and DECA pretrained
|
|
|
97 |
"upsample_type": "nearest",
|
98 |
"num_frequencies": 6,
|
99 |
"deform_face_scale_coef": 0.0,
|
100 |
+
"device": "cuda"
|
101 |
})
|
102 |
|
103 |
# download FLAME and DECA pretrained
|