sayakpaul HF staff chansung commited on
Commit
3caa100
1 Parent(s): 81782ac

fix: wrong path of weight file (#2)

Browse files

- fix: wrong path of weight file (7b376c7b00e1c269178a42bf69a316f37db8fe77)


Co-authored-by: chansung park <chansung@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ 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/raw/main/ckpt_epochs_72_res_512_mp_True.h5",
20
  file_hash="10b20bd27912d1da904dafe8c576351c2f373546f446591aeff00d816d701a6e"
21
  )
22
  pokemon_model = keras_cv.models.StableDiffusion(
 
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_72_res_512_mp_True.h5",
20
  file_hash="10b20bd27912d1da904dafe8c576351c2f373546f446591aeff00d816d701a6e"
21
  )
22
  pokemon_model = keras_cv.models.StableDiffusion(