Spaces:
Runtime error
Runtime error
Update model_build.py
Browse files- model_build.py +1 -1
model_build.py
CHANGED
|
@@ -21,7 +21,7 @@ from models.psp import pSp
|
|
| 21 |
|
| 22 |
def build_stylegan2(
|
| 23 |
increment = 0.01,
|
| 24 |
-
network_pkl = 'pretrained/
|
| 25 |
process = 'image', #['image', 'interpolation','truncation','interpolation-truncation']
|
| 26 |
random_seed = 0,
|
| 27 |
diameter = 100.0,
|
|
|
|
| 21 |
|
| 22 |
def build_stylegan2(
|
| 23 |
increment = 0.01,
|
| 24 |
+
network_pkl = 'pretrained/ohayou_face2.pkl',
|
| 25 |
process = 'image', #['image', 'interpolation','truncation','interpolation-truncation']
|
| 26 |
random_seed = 0,
|
| 27 |
diameter = 100.0,
|