ehristoforu commited on
Commit
c717871
·
verified ·
1 Parent(s): 7bdc0ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ class Text2ImageAPI:
31
  "numImages": 1,
32
  "width": width,
33
  "height": height,
34
- "censored": true,
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
  }