Spaces:
Runtime error
Runtime error
Commit
•
dc55004
1
Parent(s):
ffca250
Update app.py
Browse files
app.py
CHANGED
@@ -64,9 +64,9 @@ css="""
|
|
64 |
with gr.Blocks(css=css) as demo:
|
65 |
|
66 |
with gr.Column(elem_id="col-container"):
|
67 |
-
gr.Markdown(f"""# FLUX.1 [
|
68 |
-
12B param rectified flow transformer 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-
|
70 |
""")
|
71 |
|
72 |
with gr.Row():
|
|
|
64 |
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 |
|
72 |
with gr.Row():
|