Spaces:
Paused
Paused
smileycutie😻 commited on
Update client.py
Browse files
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:
|