tokeron commited on
Commit
5355975
·
verified ·
1 Parent(s): 848e7f2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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., michael_phelps_bottom_left", 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("💾 Save & Download", variant="stop", size="lg", scale=1)
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():