Update app.py
Browse files
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("
|
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
|