Spaces:
Build error
Build error
Merge branch 'main' of https://huggingface.co/spaces/Pie31415/rome into main
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ args = edict({
|
|
107 |
"upsample_type": "nearest",
|
108 |
"num_frequencies": 6,
|
109 |
"deform_face_scale_coef": 0.0,
|
110 |
-
"device": "
|
111 |
})
|
112 |
|
113 |
# download FLAME and DECA pretrained
|
|
|
107 |
"upsample_type": "nearest",
|
108 |
"num_frequencies": 6,
|
109 |
"deform_face_scale_coef": 0.0,
|
110 |
+
"device": "cuda"
|
111 |
})
|
112 |
|
113 |
# download FLAME and DECA pretrained
|