Spaces:
Runtime error
Runtime error
Commit
•
2de2185
1
Parent(s):
dfb2098
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,8 @@ with gr.Blocks(css=css) as demo:
|
|
46 |
|
47 |
with gr.Column(elem_id="col-container"):
|
48 |
gr.Markdown(f"""# FLUX.1 [dev]
|
49 |
-
12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
|
50 |
-
[[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
|
51 |
""")
|
52 |
|
53 |
with gr.Row():
|
|
|
46 |
|
47 |
with gr.Column(elem_id="col-container"):
|
48 |
gr.Markdown(f"""# FLUX.1 [dev]
|
49 |
+
12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
|
50 |
+
[[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
|
51 |
""")
|
52 |
|
53 |
with gr.Row():
|