Spaces:
Runtime error
Runtime error
Commit
·
0394a07
1
Parent(s):
f52a776
Upload folder using huggingface_hub
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -12,7 +12,7 @@ keras.mixed_precision.set_global_policy("mixed_float16")
|
|
12 |
|
13 |
# Load model
|
14 |
weights_path = keras.utils.get_file(
|
15 |
-
origin="https://huggingface.co/clint-greene/magic-the-gathering-sd/
|
16 |
)
|
17 |
|
18 |
magic_model = keras_cv.models.StableDiffusion(
|
|
|
12 |
|
13 |
# Load model
|
14 |
weights_path = keras.utils.get_file(
|
15 |
+
origin="https://huggingface.co/clint-greene/magic-the-gathering-sd/resolve/main/magic-the-gathering-sd.h5",
|
16 |
)
|
17 |
|
18 |
magic_model = keras_cv.models.StableDiffusion(
|
app.py
CHANGED
@@ -12,7 +12,7 @@ keras.mixed_precision.set_global_policy("mixed_float16")
|
|
12 |
|
13 |
# Load model
|
14 |
weights_path = keras.utils.get_file(
|
15 |
-
origin="https://huggingface.co/clint-greene/magic-the-gathering-sd/
|
16 |
)
|
17 |
|
18 |
magic_model = keras_cv.models.StableDiffusion(
|
|
|
12 |
|
13 |
# Load model
|
14 |
weights_path = keras.utils.get_file(
|
15 |
+
origin="https://huggingface.co/clint-greene/magic-the-gathering-sd/resolve/main/magic-the-gathering-sd.h5",
|
16 |
)
|
17 |
|
18 |
magic_model = keras_cv.models.StableDiffusion(
|