Spaces:
Build error
Build error
fix: wrong path of weight file
#2
by
chansung
- opened
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/
|
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(
|