amgad59 commited on
Commit
a080da2
·
1 Parent(s): 8f2e8cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ 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
 
16
 
17
  # Load model.
18
  weights_path = keras.utils.get_file(
19
+ origin="https://huggingface.co/andrew27/kerascv_clothing_finetuned/resolve/main/ckpt_epoch_96.h5",
20
+ file_hash="4b4348297aa9853ff9dc4da7f52dcb240210564400f164e5155e5f4dc1866626"
21
  )
22
  pokemon_model = keras_cv.models.StableDiffusion(
23
  img_width=img_width, img_height=img_height