Spaces:
Build error
Build error
Sophie98
commited on
Commit
•
1ab9bc0
1
Parent(s):
e47598c
removed timing
Browse files- styleTransfer.py +1 -1
styleTransfer.py
CHANGED
@@ -59,7 +59,7 @@ def create_styledSofa(sofa,style):
|
|
59 |
style.save(path_style)
|
60 |
#newpath_sofa = resize_sofa(path_sofa)
|
61 |
#newpath_style = resize_style(path_style)
|
62 |
-
os.system("
|
63 |
--style "+path_style+" \
|
64 |
--output . \
|
65 |
--vgg vgg_normalised.pth \
|
|
|
59 |
style.save(path_style)
|
60 |
#newpath_sofa = resize_sofa(path_sofa)
|
61 |
#newpath_style = resize_style(path_style)
|
62 |
+
os.system("python3 test.py --content "+path_sofa+" \
|
63 |
--style "+path_style+" \
|
64 |
--output . \
|
65 |
--vgg vgg_normalised.pth \
|