Vector857 commited on
Commit
a63c23c
Β·
verified Β·
1 Parent(s): c4b041e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -595,6 +595,7 @@ with gr.Blocks(title="D-REX Studio") as app:
595
  gr.Markdown("[Browse Qwen-Image LoRAs β†’](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image)")
596
  custom_lora_info = gr.HTML(visible=False)
597
  custom_lora_remove = gr.Button("Remove custom LoRA", visible=False, size="sm", variant="secondary")
 
598
 
599
  with gr.Tab("Image Tools"):
600
  with gr.Row():
@@ -604,7 +605,7 @@ with gr.Blocks(title="D-REX Studio") as app:
604
  upscale_btn = gr.Button("πŸš€ Upscale (2x)", variant="secondary")
605
  face_swap_btn = gr.Button("🎭 Face Swap", variant="secondary")
606
 
607
- output_tool_img = gr.Image(label="Result")
608
  # ── RIGHT PANEL ──
609
  with gr.Column(scale=5):
610
 
 
595
  gr.Markdown("[Browse Qwen-Image LoRAs β†’](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image)")
596
  custom_lora_info = gr.HTML(visible=False)
597
  custom_lora_remove = gr.Button("Remove custom LoRA", visible=False, size="sm", variant="secondary")
598
+ output_tool_img = gr.Image(label="Result")
599
 
600
  with gr.Tab("Image Tools"):
601
  with gr.Row():
 
605
  upscale_btn = gr.Button("πŸš€ Upscale (2x)", variant="secondary")
606
  face_swap_btn = gr.Button("🎭 Face Swap", variant="secondary")
607
 
608
+
609
  # ── RIGHT PANEL ──
610
  with gr.Column(scale=5):
611