moflo commited on
Commit
7d2e4a6
·
1 Parent(s): 57edba7

New pretrained data

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -560,10 +560,10 @@ TARGET_RES = 128
560
 
561
  print("Loading...")
562
 
563
- url = "https://github.com/moflo/nftGAN/releases/download/v0.1/stylegan_128x128.ckpt.zip"
564
 
565
  weights_path = keras.utils.get_file(
566
- "stylegan_128x128.ckpt.zip",
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("."),