Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,8 @@ import keras_cv
|
|
12 |
from constants import css, examples, img_height, img_width, num_images_to_gen
|
13 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
14 |
|
|
|
|
|
15 |
MODEL_CKPT = "chansung/textual-inversion-pipeline@v1673026791"
|
16 |
MODEL = from_pretrained_keras(MODEL_CKPT)
|
17 |
|
|
|
12 |
from constants import css, examples, img_height, img_width, num_images_to_gen
|
13 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
14 |
|
15 |
+
from huggingface_hub import from_pretrained_keras
|
16 |
+
|
17 |
MODEL_CKPT = "chansung/textual-inversion-pipeline@v1673026791"
|
18 |
MODEL = from_pretrained_keras(MODEL_CKPT)
|
19 |
|