amgad59 commited on
Commit
4a147ae
1 Parent(s): 3b6b53d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ from constants import css, examples, img_height, img_width, num_images_to_gen
15
  from share_btn import community_icon_html, loading_icon_html, share_js
16
 
17
  # Load model.
18
- weights_path = keras.utils.get_file('Copy of ckpt_epoch_96.h5',
19
- origin="https://drive.google.com/file/d/1Z3xc3xS-j7T_sCKhapNgF07GjXGIGN_s/view?usp=sharing&confirm=t"
20
  )
21
  pokemon_model = keras_cv.models.StableDiffusion(
22
  img_width=img_width, img_height=img_height
 
15
  from share_btn import community_icon_html, loading_icon_html, share_js
16
 
17
  # Load model.
18
+ weights_path = keras.utils.get_file(
19
+ origin="https://huggingface.co/sayakpaul/kerascv_sd_pokemon_finetuned/resolve/main/ckpt_epochs_577_res_256_mp_False.h5"
20
  )
21
  pokemon_model = keras_cv.models.StableDiffusion(
22
  img_width=img_width, img_height=img_height