Spaces:
Running
Running
Update client.py
Browse files
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:
|