Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,17 +57,16 @@ examples = [
|
|
| 57 |
css="""
|
| 58 |
#col-container {
|
| 59 |
margin: 0 auto;
|
| 60 |
-
max-width:
|
| 61 |
}
|
| 62 |
"""
|
| 63 |
|
| 64 |
with gr.Blocks(css=css) as demo:
|
| 65 |
|
| 66 |
with gr.Column(elem_id="col-container"):
|
| 67 |
-
gr.Markdown(f"""
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
[[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/) [model](https://black-forest-labs/FLUX.1-schnell)]
|
| 71 |
""")
|
| 72 |
|
| 73 |
with gr.Row():
|
|
|
|
| 57 |
css="""
|
| 58 |
#col-container {
|
| 59 |
margin: 0 auto;
|
| 60 |
+
max-width: 520px;
|
| 61 |
}
|
| 62 |
"""
|
| 63 |
|
| 64 |
with gr.Blocks(css=css) as demo:
|
| 65 |
|
| 66 |
with gr.Column(elem_id="col-container"):
|
| 67 |
+
gr.Markdown(f"""# FLUX.1 Schnell
|
| 68 |
+
12B param rectified flow transformer distilled from [FLUX.1 Pro](https://blackforestlabs.ai/) for 4 step generation
|
| 69 |
+
[[[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://black-forest-labs/FLUX.1-schnell)]]
|
|
|
|
| 70 |
""")
|
| 71 |
|
| 72 |
with gr.Row():
|