update app
Browse files
app.py
CHANGED
|
@@ -189,7 +189,7 @@ css="""
|
|
| 189 |
with gr.Blocks() as demo:
|
| 190 |
with gr.Column(elem_id="col-container"):
|
| 191 |
gr.Markdown("# **FLUX.2-Klein-LoRA-Studio**", elem_id="main-title")
|
| 192 |
-
gr.Markdown("Perform diverse image edits using specialized [
|
| 193 |
|
| 194 |
with gr.Row(equal_height=True):
|
| 195 |
with gr.Column():
|
|
|
|
| 189 |
with gr.Blocks() as demo:
|
| 190 |
with gr.Column(elem_id="col-container"):
|
| 191 |
gr.Markdown("# **FLUX.2-Klein-LoRA-Studio**", elem_id="main-title")
|
| 192 |
+
gr.Markdown("Perform diverse image edits using specialized [LoRAs](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.2-klein-9B) adapters for the [FLUX.2-Klein-Distilled](https://huggingface.co/black-forest-labs/FLUX.2-klein-9B) model.")
|
| 193 |
|
| 194 |
with gr.Row(equal_height=True):
|
| 195 |
with gr.Column():
|