amgad59 commited on
Commit
9401833
·
1 Parent(s): 98e592d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -12,7 +12,9 @@ from share_btn import community_icon_html, loading_icon_html, share_js
12
 
13
  # Load model.
14
  weights_path = keras.utils.get_file(
15
- origin="https://huggingface.co/mayve/GP/blob/main/%D9%86%D8%B3%D8%AE%D8%A9%20%D9%85%D9%86%20ckpt_epoch_96.h5"
 
 
16
  )
17
  pokemon_model = keras_cv.models.StableDiffusion(
18
  img_width=img_width, img_height=img_height
 
12
 
13
  # Load model.
14
  weights_path = keras.utils.get_file(
15
+ origin="https://huggingface.co/mayve/GP/resolve/main/%D9%86%D8%B3%D8%AE%D8%A9%20%D9%85%D9%86%20ckpt_epoch_96.h5",
16
+ file_hash="4b4348297aa9853ff9dc4da7f52dcb240210564400f164e5155e5f4dc1866626"
17
+ ,
18
  )
19
  pokemon_model = keras_cv.models.StableDiffusion(
20
  img_width=img_width, img_height=img_height