Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -596,13 +596,13 @@ with gr.Blocks(title="D-REX Studio") as app:
|
|
| 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 |
-
|
| 600 |
-
|
| 601 |
-
|
| 602 |
-
|
| 603 |
-
|
| 604 |
-
|
| 605 |
-
|
| 606 |
|
| 607 |
output_tool_img = gr.Image(label="Result")
|
| 608 |
# ββ RIGHT PANEL ββ
|
|
|
|
| 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():
|
| 601 |
+
input_tool_img = gr.Image(label="Upload Image for Tools", type="pil")
|
| 602 |
+
|
| 603 |
+
with gr.Row():
|
| 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 ββ
|