Spaces:
Running
Running
ehristoforu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ class Text2ImageAPI:
|
|
31 |
"numImages": 1,
|
32 |
"width": width,
|
33 |
"height": height,
|
34 |
-
"censored":
|
35 |
"generateParams": {
|
36 |
"query": f"{prompt}"
|
37 |
}
|
|
|
31 |
"numImages": 1,
|
32 |
"width": width,
|
33 |
"height": height,
|
34 |
+
"censored": True,
|
35 |
"generateParams": {
|
36 |
"query": f"{prompt}"
|
37 |
}
|