Yaron Koresh commited on
Commit
79ef4e7
·
verified ·
1 Parent(s): 263cf43

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: 576 / 1024 !important;
60
  }
61
  .dropdown-arrow {
62
  display: none !important;
@@ -143,8 +143,8 @@ def Piper(positive,negative,motion):
143
  return pipe(
144
  positive,
145
  negative_prompt=negative,
146
- height=1024,
147
- width=576,
148
  num_inference_steps=step,
149
  guidance_scale=1,
150
  num_frames=(fps*time)
 
56
  max-width: 15cm;
57
  }
58
  .image-container {
59
+ aspect-ratio: 896 / 896 !important;
60
  }
61
  .dropdown-arrow {
62
  display: none !important;
 
143
  return pipe(
144
  positive,
145
  negative_prompt=negative,
146
+ height=896,
147
+ width=896,
148
  num_inference_steps=step,
149
  guidance_scale=1,
150
  num_frames=(fps*time)