mkrzyzan commited on
Commit
e9e39f0
β€’
1 Parent(s): ac94249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ pipeline = StableDiffusionInpaintPipeline.from_pretrained(
7
  torch_dtype=torch.float16,
8
  )
9
 
10
- pipeline = pipeline.to("cuda")
11
 
12
  def predict(mask_img):
13
  prompt = "a green frog, highly detailed, natural lighting"
 
7
  torch_dtype=torch.float16,
8
  )
9
 
10
+ #pipeline = pipeline.to("cuda")
11
 
12
  def predict(mask_img):
13
  prompt = "a green frog, highly detailed, natural lighting"