Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ image_pipe.to("cuda")
|
|
4 |
images = image_pipe().images
|
5 |
image_pipe
|
6 |
from diffusers import UNet2DModel
|
7 |
-
|
8 |
repo_id = "google/ddpm-church-256"
|
9 |
model = UNet2DModel.from_pretrained(repo_id)
|
10 |
model
|
|
|
4 |
images = image_pipe().images
|
5 |
image_pipe
|
6 |
from diffusers import UNet2DModel
|
|
|
7 |
repo_id = "google/ddpm-church-256"
|
8 |
model = UNet2DModel.from_pretrained(repo_id)
|
9 |
model
|