cutiee82 commited on
Commit
e76467c
·
verified ·
1 Parent(s): 48eb5af

Update client.py

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