Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ footer {
|
|
| 56 |
max-width: 15cm;
|
| 57 |
}
|
| 58 |
.image-container {
|
| 59 |
-
aspect-ratio:
|
| 60 |
}
|
| 61 |
.dropdown-arrow {
|
| 62 |
display: none !important;
|
|
@@ -145,8 +145,8 @@ def Piper(image,positive,negative,motion):
|
|
| 145 |
return pipe(
|
| 146 |
positive,
|
| 147 |
negative_prompt=negative,
|
| 148 |
-
height=
|
| 149 |
-
width=
|
| 150 |
ip_adapter_image=image,
|
| 151 |
num_inference_steps=step,
|
| 152 |
guidance_scale=1,
|
|
|
|
| 56 |
max-width: 15cm;
|
| 57 |
}
|
| 58 |
.image-container {
|
| 59 |
+
aspect-ratio: 576 / 1024 !important;
|
| 60 |
}
|
| 61 |
.dropdown-arrow {
|
| 62 |
display: none !important;
|
|
|
|
| 145 |
return pipe(
|
| 146 |
positive,
|
| 147 |
negative_prompt=negative,
|
| 148 |
+
height=1024,
|
| 149 |
+
width=576,
|
| 150 |
ip_adapter_image=image,
|
| 151 |
num_inference_steps=step,
|
| 152 |
guidance_scale=1,
|