prithivMLmods commited on
Commit
34e9b9e
·
verified ·
1 Parent(s): b159e8c

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 [LoRA](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image-Edit-2509) adapters for the [FLUX.2-Klein-Model](https://huggingface.co/black-forest-labs/FLUX.2-klein-9B) model.")
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():