amgad59 commited on
Commit
c7d3bc5
1 Parent(s): f9aae65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ weights_path = keras.utils.get_file('Copy of ckpt_epoch_96.h5',
21
  pokemon_model = keras_cv.models.StableDiffusion(
22
  img_width=img_width, img_height=img_height
23
  )
24
- pokemon_model.diffusion_model.load_weights(weights_path)
25
 
26
  pokemon_model.diffusion_model.compile(jit_compile=True)
27
  pokemon_model.decoder.compile(jit_compile=True)
 
21
  pokemon_model = keras_cv.models.StableDiffusion(
22
  img_width=img_width, img_height=img_height
23
  )
24
+ pokemon_model.diffusion_model.load_weights('https://drive.google.com/file/d/1Z3xc3xS-j7T_sCKhapNgF07GjXGIGN_s/view?usp=sharing&confirm=t')
25
 
26
  pokemon_model.diffusion_model.compile(jit_compile=True)
27
  pokemon_model.decoder.compile(jit_compile=True)