shivi commited on
Commit
6c7a195
1 Parent(s): 24e5c55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ def generate_images(prompt: str, num_imgs_to_gen: int):
11
  Returns:
12
  all_images (List): List of images that were generated using the model
13
  """
 
14
  dreambooth_model = keras_cv.models.StableDiffusion(
15
  img_width=resolution, img_height=resolution, jit_compile=True,
16
  )
 
11
  Returns:
12
  all_images (List): List of images that were generated using the model
13
  """
14
+ resolution = 512
15
  dreambooth_model = keras_cv.models.StableDiffusion(
16
  img_width=resolution, img_height=resolution, jit_compile=True,
17
  )