Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from spm import spm_augment
|
|
7 |
TITLE = "Shuffle PatchMix (SPM) Augmentation"
|
8 |
DESC = """
|
9 |
Upload an image, choose **number of patches (N×N)**, and generate SPM-augmented variants.
|
10 |
-
You can optionally **
|
11 |
For batch processing, upload a .zip of images (PNG/JPG/JPEG), and download a .zip of outputs.
|
12 |
"""
|
13 |
|
|
|
7 |
TITLE = "Shuffle PatchMix (SPM) Augmentation"
|
8 |
DESC = """
|
9 |
Upload an image, choose **number of patches (N×N)**, and generate SPM-augmented variants.
|
10 |
+
You can optionally **Enable Overlap Patch Blend** for smoother outputs.
|
11 |
For batch processing, upload a .zip of images (PNG/JPG/JPEG), and download a .zip of outputs.
|
12 |
"""
|
13 |
|