Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ result = client.predict(
|
|
9 |
prompt="Hello!!",
|
10 |
negative_prompt="",
|
11 |
seed=0,
|
12 |
-
custom_width=
|
13 |
-
custom_height=
|
14 |
guidance_scale=7,
|
15 |
num_inference_steps=28,
|
16 |
sampler="DPM++ 2M SDE Karras",
|
|
|
9 |
prompt="Hello!!",
|
10 |
negative_prompt="",
|
11 |
seed=0,
|
12 |
+
custom_width=896,
|
13 |
+
custom_height=1152,
|
14 |
guidance_scale=7,
|
15 |
num_inference_steps=28,
|
16 |
sampler="DPM++ 2M SDE Karras",
|