Spaces:
Runtime error
Runtime error
Commit
•
b5aa4b0
1
Parent(s):
5a097e4
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(css=css) as demo:
|
|
65 |
|
66 |
with gr.Column(elem_id="col-container"):
|
67 |
gr.Markdown(f"""# FLUX.1 [dev]
|
68 |
-
12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
|
69 |
[[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
|
70 |
""")
|
71 |
|
|
|
65 |
|
66 |
with gr.Column(elem_id="col-container"):
|
67 |
gr.Markdown(f"""# FLUX.1 [dev]
|
68 |
+
12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/), [non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)
|
69 |
[[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
|
70 |
""")
|
71 |
|