prithivMLmods commited on
Commit
43a6736
·
verified ·
1 Parent(s): 597e567

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -92,7 +92,7 @@ LORA_STYLES = [
92
  "default_prompt": None
93
  },
94
  {
95
- "image": "https://huggingface.co/Alissonerdx/BFS-Best-Face-Swap/resolve/main/images/ComfyUI_04745_.png",
96
  "title": "Best-Face-Swap",
97
  "adapter_name": "face-swap",
98
  "repo": "Alissonerdx/BFS-Best-Face-Swap",
@@ -305,7 +305,6 @@ with gr.Blocks() as demo:
305
  gr.Markdown("# **FLUX.2-Klein-LoRA-Studio**", elem_id="main-title")
306
  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.")
307
 
308
- # Use a hidden textbox to store the actual selected Style Name
309
  selected_style_name = gr.Textbox(value="None", visible=False, label="Selected Style Name")
310
 
311
  with gr.Row(equal_height=True):
 
92
  "default_prompt": None
93
  },
94
  {
95
+ "image": "https://huggingface.co/spaces/prithivMLmods/FLUX.2-Klein-LoRA-Studio/resolve/main/examples/face-swap.jpg",
96
  "title": "Best-Face-Swap",
97
  "adapter_name": "face-swap",
98
  "repo": "Alissonerdx/BFS-Best-Face-Swap",
 
305
  gr.Markdown("# **FLUX.2-Klein-LoRA-Studio**", elem_id="main-title")
306
  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.")
307
 
 
308
  selected_style_name = gr.Textbox(value="None", visible=False, label="Selected Style Name")
309
 
310
  with gr.Row(equal_height=True):