Anustup commited on
Commit
cc3ce98
·
verified ·
1 Parent(s): 6e2d4fb

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +1 -1
theme.py CHANGED
@@ -13,7 +13,7 @@ def create_flux_request(prompt_for_image_generation):
13
  "guidance": 3,
14
  "num_outputs": 1,
15
  "aspect_ratio": "3:4",
16
- "disable_safety_checker": False
17
  }
18
  output = replicate.run(
19
  "black-forest-labs/flux-dev",
 
13
  "guidance": 3,
14
  "num_outputs": 1,
15
  "aspect_ratio": "3:4",
16
+ "disable_safety_checker": True
17
  }
18
  output = replicate.run(
19
  "black-forest-labs/flux-dev",