Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ css = """
|
|
68 |
|
69 |
with gr.Blocks(css=css) as demo:
|
70 |
with gr.Column(elem_id="col-container"):
|
71 |
-
gr.Markdown(f"""# [FLUX.1(https://blackforestlabs.ai/)
|
72 |
Generate any type of image.
|
73 |
""")
|
74 |
|
|
|
68 |
|
69 |
with gr.Blocks(css=css) as demo:
|
70 |
with gr.Column(elem_id="col-container"):
|
71 |
+
gr.Markdown(f"""# [FLUX.1](https://blackforestlabs.ai/)
|
72 |
Generate any type of image.
|
73 |
""")
|
74 |
|