aifeifei798 commited on
Commit
9a20f51
1 Parent(s): 928b1ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,7 +98,7 @@ DarkIdol-flux is a text-to-image AI model designed to create aesthetic, detailed
98
  minimum=256,
99
  maximum=MAX_IMAGE_SIZE,
100
  step=64,
101
- value=1088,
102
  )
103
 
104
  height = gr.Slider(
@@ -106,7 +106,7 @@ DarkIdol-flux is a text-to-image AI model designed to create aesthetic, detailed
106
  minimum=256,
107
  maximum=MAX_IMAGE_SIZE,
108
  step=64,
109
- value=1920,
110
  )
111
 
112
  with gr.Row():
 
98
  minimum=256,
99
  maximum=MAX_IMAGE_SIZE,
100
  step=64,
101
+ value=896,
102
  )
103
 
104
  height = gr.Slider(
 
106
  minimum=256,
107
  maximum=MAX_IMAGE_SIZE,
108
  step=64,
109
+ value=1152,
110
  )
111
 
112
  with gr.Row():