Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- sam_gui.py +2 -2
sam_gui.py
CHANGED
|
@@ -621,14 +621,14 @@ def create_interface():
|
|
| 621 |
|
| 622 |
# Save controls under mask
|
| 623 |
with gr.Row():
|
| 624 |
-
mask_name_input = gr.Textbox(label="Folder name (optional)", placeholder="e.g.,
|
| 625 |
format_selector = gr.Radio(
|
| 626 |
choices=["PNG", "JPG", "PT"],
|
| 627 |
value="PNG",
|
| 628 |
label="📁 Download Format",
|
| 629 |
scale=1
|
| 630 |
)
|
| 631 |
-
save_btn = gr.Button("💾
|
| 632 |
|
| 633 |
# Status and Download
|
| 634 |
with gr.Row():
|
|
|
|
| 621 |
|
| 622 |
# Save controls under mask
|
| 623 |
with gr.Row():
|
| 624 |
+
mask_name_input = gr.Textbox(label="Folder name (optional)", placeholder="e.g., Glasses", value="Glasses", scale=2)
|
| 625 |
format_selector = gr.Radio(
|
| 626 |
choices=["PNG", "JPG", "PT"],
|
| 627 |
value="PNG",
|
| 628 |
label="📁 Download Format",
|
| 629 |
scale=1
|
| 630 |
)
|
| 631 |
+
save_btn = gr.Button("💾 Prepare for saving", variant="stop", size="lg", scale=1)
|
| 632 |
|
| 633 |
# Status and Download
|
| 634 |
with gr.Row():
|