moflo
commited on
Commit
·
7d2e4a6
1
Parent(s):
57edba7
New pretrained data
Browse files
app.py
CHANGED
@@ -560,10 +560,10 @@ TARGET_RES = 128
|
|
560 |
|
561 |
print("Loading...")
|
562 |
|
563 |
-
url = "https://github.com/
|
564 |
|
565 |
weights_path = keras.utils.get_file(
|
566 |
-
"
|
567 |
url,
|
568 |
extract=True,
|
569 |
cache_dir=os.path.abspath("."),
|
|
|
560 |
|
561 |
print("Loading...")
|
562 |
|
563 |
+
url = "https://github.com/yarri-oss/stylegan_performance/releases/download/v0.1/stylegan_64x64.ckpt.zip"
|
564 |
|
565 |
weights_path = keras.utils.get_file(
|
566 |
+
"stylegan_64x64.ckpt.zip",
|
567 |
url,
|
568 |
extract=True,
|
569 |
cache_dir=os.path.abspath("."),
|