Spaces:
Runtime error
Runtime error
Commit
·
bdc5c84
1
Parent(s):
9aeed4f
update path to pretrained models
Browse files- config.toml +2 -2
config.toml
CHANGED
@@ -4,5 +4,5 @@ content_size = 512
|
|
4 |
style_size = 512
|
5 |
crop = true
|
6 |
|
7 |
-
vgg_weight =
|
8 |
-
decoder_weight = "
|
|
|
4 |
style_size = 512
|
5 |
crop = true
|
6 |
|
7 |
+
vgg_weight = vgg_normalised.pth"
|
8 |
+
decoder_weight = "efdm_decoder_iter_160000.pth.tar"
|