Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
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":
|
| 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",
|