Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ css="""
|
|
49 |
with gr.Blocks(css=css) as demo:
|
50 |
|
51 |
with gr.Column(elem_id="col-container"):
|
52 |
-
gr.Markdown(f"""# FLUX.1 [
|
53 |
12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation
|
54 |
[[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]
|
55 |
""")
|
|
|
49 |
with gr.Blocks(css=css) as demo:
|
50 |
|
51 |
with gr.Column(elem_id="col-container"):
|
52 |
+
gr.Markdown(f"""# FLUX.1 [dev]
|
53 |
12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation
|
54 |
[[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]
|
55 |
""")
|