Alex-23 commited on
Commit
b101286
·
1 Parent(s): 98a459e

Update app.py

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