cutiee82 commited on
Commit
380846a
·
verified ·
1 Parent(s): 423cac0

Update client.py

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