prasannareddyp commited on
Commit
e366d99
·
verified ·
1 Parent(s): a8a94da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 **enable overlap** with feathered blending for smoother seams.
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