Yaron Koresh commited on
Commit
e9fa1e4
·
verified ·
1 Parent(s): 1eb986b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -56,7 +56,7 @@ footer {
56
  max-width: 15cm;
57
  }
58
  .image-container {
59
- aspect-ratio: 896 / 896 !important;
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=896,
149
- width=896,
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,