lposti commited on
Commit
2d011e5
1 Parent(s): 9de367e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 256
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
  )