Zeph27 commited on
Commit
0c6d7c0
·
1 Parent(s): 768c8db

miku theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -540,7 +540,7 @@ def process(input_files, bg_method, watermark, canvas_size, output_format, bg_ch
540
  processed_images_with_captions = [(img, f"Input: {caption}") for img, caption in processed_images]
541
  return processed_images_with_captions, zip_path, f"{time_taken:.2f} seconds"
542
 
543
- with gr.Blocks() as iface:
544
  gr.Markdown("# Image Background Removal and Resizing with Optional Watermark")
545
  gr.Markdown("Choose to upload multiple images or a ZIP/RAR file, select the crop mode, optionally upload a watermark image, and choose the output format.")
546
 
 
540
  processed_images_with_captions = [(img, f"Input: {caption}") for img, caption in processed_images]
541
  return processed_images_with_captions, zip_path, f"{time_taken:.2f} seconds"
542
 
543
+ with gr.Blocks(theme="NoCrypt/[email protected]") as iface:
544
  gr.Markdown("# Image Background Removal and Resizing with Optional Watermark")
545
  gr.Markdown("Choose to upload multiple images or a ZIP/RAR file, select the crop mode, optionally upload a watermark image, and choose the output format.")
546