danwaldie commited on
Commit
067a549
1 Parent(s): 8bc1769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  sd_dreambooth_model = models.StableDiffusion(
6
  img_width=512, img_height=512
7
  )
8
- db_diffusion_model = from_pretrained_keras("merve/dreambooth_diffusion_model")
9
  sd_dreambooth_model._diffusion_model = db_diffusion_model
10
 
11
  # generate images
 
5
  sd_dreambooth_model = models.StableDiffusion(
6
  img_width=512, img_height=512
7
  )
8
+ db_diffusion_model = from_pretrained_keras("danwaldie/dreambooth_teddy")
9
  sd_dreambooth_model._diffusion_model = db_diffusion_model
10
 
11
  # generate images