d. nye commited on
Commit
4348d97
·
1 Parent(s): 67f64a6

NFT Dataset update

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