moflo
commited on
Commit
·
8799fe2
1
Parent(s):
9c6d998
Directory test
Browse files
app.py
CHANGED
@@ -572,7 +572,7 @@ weights_path = keras.utils.get_file(
|
|
572 |
)
|
573 |
|
574 |
print("Pretrained:")
|
575 |
-
os.listdir(os.path.
|
576 |
|
577 |
# style_gan.grow_model(128)
|
578 |
# style_gan.load_weights(os.path.join("pretrained/stylegan_128x128.ckpt"))
|
|
|
572 |
)
|
573 |
|
574 |
print("Pretrained:")
|
575 |
+
os.listdir(os.path.abspath("./pretrained"))
|
576 |
|
577 |
# style_gan.grow_model(128)
|
578 |
# style_gan.load_weights(os.path.join("pretrained/stylegan_128x128.ckpt"))
|