Spaces:
Runtime error
Runtime error
updated markdown
Browse files
app.py
CHANGED
@@ -70,8 +70,10 @@ css = """
|
|
70 |
|
71 |
with gr.Blocks(css=css) as demo:
|
72 |
with gr.Column(elem_id="col-container"):
|
73 |
-
gr.Markdown("
|
74 |
-
|
|
|
|
|
75 |
with gr.Row():
|
76 |
prompt = gr.Text(
|
77 |
label="Prompt",
|
|
|
70 |
|
71 |
with gr.Blocks(css=css) as demo:
|
72 |
with gr.Column(elem_id="col-container"):
|
73 |
+
gr.Markdown(f"""# FLUX.1 [schnell]
|
74 |
+
12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation
|
75 |
+
[[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]
|
76 |
+
""")
|
77 |
with gr.Row():
|
78 |
prompt = gr.Text(
|
79 |
label="Prompt",
|