linnthit111 commited on
Commit
629848e
·
verified ·
1 Parent(s): c564cad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def infer(
40
  generator = torch.Generator().manual_seed(seed)
41
 
42
  image = pipe(
43
- safety_checker=None
44
  prompt=prompt,
45
  negative_prompt=negative_prompt,
46
  guidance_scale=guidance_scale,
 
40
  generator = torch.Generator().manual_seed(seed)
41
 
42
  image = pipe(
43
+
44
  prompt=prompt,
45
  negative_prompt=negative_prompt,
46
  guidance_scale=guidance_scale,