cutiee82 commited on
Commit
388d430
·
verified ·
1 Parent(s): 321885d

Update client.py

Browse files
Files changed (1) hide show
  1. client.py +2 -1
client.py CHANGED
@@ -37,7 +37,8 @@ class Inference:
37
  "seed": seed,
38
  "width": width,
39
  "height": height,
40
- "nologo": "true"
 
41
  }
42
  image = self._fetch(url, params=params)
43
  if image:
 
37
  "seed": seed,
38
  "width": width,
39
  "height": height,
40
+ "nologo": "true",
41
+ "private": "true"
42
  }
43
  image = self._fetch(url, params=params)
44
  if image: