Yaron Koresh commited on
Commit
4868b5b
·
verified ·
1 Parent(s): afdb04c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,7 +90,7 @@ def Piper(_do,_dont):
90
  return pipe(
91
  _do,
92
  height=512,
93
- width=600, # 1024
94
  negative_prompt=_dont,
95
  num_inference_steps=50, # 400
96
  guidance_scale=6 # 10
@@ -132,7 +132,7 @@ footer {
132
  max-width: 15cm !important;
133
  }
134
  #image-container {
135
- aspect-ratio: 600 / 512 !important;
136
  }
137
  .dropdown-arrow {
138
  display: none !important;
 
90
  return pipe(
91
  _do,
92
  height=512,
93
+ width=592, # 1024
94
  negative_prompt=_dont,
95
  num_inference_steps=50, # 400
96
  guidance_scale=6 # 10
 
132
  max-width: 15cm !important;
133
  }
134
  #image-container {
135
+ aspect-ratio: 592 / 512 !important;
136
  }
137
  .dropdown-arrow {
138
  display: none !important;