Yaron Koresh commited on
Commit
d67f4ef
·
verified ·
1 Parent(s): a397f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -75,8 +75,8 @@ def generate_random_string(length):
75
  def Piper(_do,_dont):
76
  return pipe(
77
  _do,
78
- height=704,
79
- width=528,
80
  negative_prompt=_dont,
81
  num_inference_steps=400,
82
  guidance_scale=10
@@ -106,7 +106,7 @@ footer {
106
  max-width: 15cm;
107
  }
108
  #image-container {
109
- aspect-ratio: 3 / 4;
110
  }
111
  .dropdown-arrow {
112
  display: none !important;
 
75
  def Piper(_do,_dont):
76
  return pipe(
77
  _do,
78
+ height=512,
79
+ width=512,
80
  negative_prompt=_dont,
81
  num_inference_steps=400,
82
  guidance_scale=10
 
106
  max-width: 15cm;
107
  }
108
  #image-container {
109
+ aspect-ratio: 1 / 1;
110
  }
111
  .dropdown-arrow {
112
  display: none !important;