amgad59 commited on
Commit
0f5afa1
·
1 Parent(s): ed8dcf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ from share_btn import community_icon_html, loading_icon_html, share_js
14
  weights_path = keras.utils.get_file(
15
  origin="https://huggingface.co/mayve/GP/resolve/main/ckpt_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
 
14
  weights_path = keras.utils.get_file(
15
  origin="https://huggingface.co/mayve/GP/resolve/main/ckpt_epoch_96.h5",
16
  file_hash="4b4348297aa9853ff9dc4da7f52dcb240210564400f164e5155e5f4dc1866626"
 
17
  )
18
  pokemon_model = keras_cv.models.StableDiffusion(
19
  img_width=img_width, img_height=img_height