aifeifei798 commited on
Commit
158f6fa
1 Parent(s): 4a268c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,7 +81,7 @@ DarkIdol flux is a text-to-image AI model designed to create aesthetic, detailed
81
  minimum=256,
82
  maximum=MAX_IMAGE_SIZE,
83
  step=32,
84
- value=1024,
85
  )
86
 
87
  height = gr.Slider(
@@ -89,7 +89,7 @@ DarkIdol flux is a text-to-image AI model designed to create aesthetic, detailed
89
  minimum=256,
90
  maximum=MAX_IMAGE_SIZE,
91
  step=32,
92
- value=1024,
93
  )
94
 
95
  with gr.Row():
 
81
  minimum=256,
82
  maximum=MAX_IMAGE_SIZE,
83
  step=32,
84
+ value=1088,
85
  )
86
 
87
  height = gr.Slider(
 
89
  minimum=256,
90
  maximum=MAX_IMAGE_SIZE,
91
  step=32,
92
+ value=1920,
93
  )
94
 
95
  with gr.Row():