Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ from constants import css, examples, img_height, img_width, num_images_to_gen
|
|
| 15 |
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://
|
| 20 |
)
|
| 21 |
pokemon_model = keras_cv.models.StableDiffusion(
|
| 22 |
img_width=img_width, img_height=img_height
|
|
|
|
| 15 |
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/resolve/main/ckpt_epochs_577_res_256_mp_False.h5"
|
| 20 |
)
|
| 21 |
pokemon_model = keras_cv.models.StableDiffusion(
|
| 22 |
img_width=img_width, img_height=img_height
|