Yaron Koresh commited on
Commit
ff6e633
·
verified ·
1 Parent(s): 2dfee36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -96,8 +96,8 @@ def Piper(name,positive_prompt,motion):
96
 
97
  out = pipe(
98
  positive_prompt,
99
- height=576,
100
- width=1024,
101
  num_inference_steps=step,
102
  guidance_scale=1,
103
  callback=progress_callback,
@@ -127,7 +127,7 @@ footer {
127
  max-width: 15cm;
128
  }
129
  .image-container {
130
- aspect-ratio: 512 / 512 !important;
131
  }
132
  .dropdown-arrow {
133
  display: none !important;
 
96
 
97
  out = pipe(
98
  positive_prompt,
99
+ height=1024,
100
+ width=576,
101
  num_inference_steps=step,
102
  guidance_scale=1,
103
  callback=progress_callback,
 
127
  max-width: 15cm;
128
  }
129
  .image-container {
130
+ aspect-ratio: 576 / 1024 !important;
131
  }
132
  .dropdown-arrow {
133
  display: none !important;