Spaces:
Paused
Paused
Update app.py
Browse files
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/
|
|
|
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
|