bobber commited on
Commit
f7732de
·
verified ·
1 Parent(s): 2af782e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,7 +55,7 @@ css="""
55
  with gr.Blocks(css=css) as demo:
56
 
57
  with gr.Column(elem_id="col-container"):
58
- gr.Markdown(f"""# jib-mix-flux
59
  12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
60
  [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
61
  """)
@@ -94,7 +94,7 @@ with gr.Blocks(css=css) as demo:
94
  minimum=256,
95
  maximum=MAX_IMAGE_SIZE,
96
  step=32,
97
- value=1080*2,
98
  )
99
 
100
  height = gr.Slider(
@@ -102,7 +102,7 @@ with gr.Blocks(css=css) as demo:
102
  minimum=256,
103
  maximum=MAX_IMAGE_SIZE,
104
  step=32,
105
- value=1344*2,
106
  )
107
 
108
  with gr.Row():
 
55
  with gr.Blocks(css=css) as demo:
56
 
57
  with gr.Column(elem_id="col-container"):
58
+ gr.Markdown(f"""# Jib-Mix-flux
59
  12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
60
  [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
61
  """)
 
94
  minimum=256,
95
  maximum=MAX_IMAGE_SIZE,
96
  step=32,
97
+ value=1080,
98
  )
99
 
100
  height = gr.Slider(
 
102
  minimum=256,
103
  maximum=MAX_IMAGE_SIZE,
104
  step=32,
105
+ value=1344,
106
  )
107
 
108
  with gr.Row():