Yaron Koresh commited on
Commit
6b627aa
·
verified ·
1 Parent(s): a30e68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -87,10 +87,10 @@ def generate_random_string(length):
87
  def Piper(_do,_dont):
88
  return pipe(
89
  _do,
90
- height=600,
91
- width=800,
92
  negative_prompt=_dont,
93
- num_inference_steps=400,
94
  guidance_scale=10
95
  )
96
 
@@ -128,7 +128,7 @@ footer {
128
  max-width: 15cm !important;
129
  }
130
  .image-container {
131
- aspect-ratio: 1280 / 720 !important;
132
  }
133
  .dropdown-arrow {
134
  display: none !important;
 
87
  def Piper(_do,_dont):
88
  return pipe(
89
  _do,
90
+ height=640,
91
+ width=960,
92
  negative_prompt=_dont,
93
+ num_inference_steps=200,
94
  guidance_scale=10
95
  )
96
 
 
128
  max-width: 15cm !important;
129
  }
130
  .image-container {
131
+ aspect-ratio: 960 / 640 !important;
132
  }
133
  .dropdown-arrow {
134
  display: none !important;