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