Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"""#
|
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
|
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
|
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():
|