ShreeKanade07 commited on
Commit
641ec8a
·
1 Parent(s): 10f41b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from diffusers import StableDiffusionInpaintPipeline
18
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
19
  "ShreeKanade07/Real-Image-pipeline", torch_dtype=torch.float16
20
  )
21
- pipe = pipe.to("cuda")
22
 
23
 
24
 
 
18
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
19
  "ShreeKanade07/Real-Image-pipeline", torch_dtype=torch.float16
20
  )
21
+ #pipe = pipe.to("cuda")
22
 
23
 
24