Spaces:
Sleeping
Sleeping
miku theme
Browse files
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 |
|