Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from tensorflow import keras
|
|
5 |
|
6 |
keras.mixed_precision.set_global_policy("mixed_float16")
|
7 |
# load keras model
|
8 |
-
resolution =
|
9 |
dreambooth_model = keras_cv.models.StableDiffusion(
|
10 |
img_width=resolution, img_height=resolution, jit_compile=True,
|
11 |
)
|
|
|
5 |
|
6 |
keras.mixed_precision.set_global_policy("mixed_float16")
|
7 |
# load keras model
|
8 |
+
resolution = 512
|
9 |
dreambooth_model = keras_cv.models.StableDiffusion(
|
10 |
img_width=resolution, img_height=resolution, jit_compile=True,
|
11 |
)
|