juliuse commited on
Commit
0eb1447
·
1 Parent(s): c435693

instructions type

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -588,7 +588,7 @@ if __name__ == "__main__":
588
  - For large masks, increase the number of steps (up to 80) for better results.
589
 
590
  **Super Resolution:** <br>
591
- - Upload a either a high resolution image which will be be center cropped to 768x768 and downscaled by the selected factor, or a low-resolution image (e.g., 64x64 pixels) which will be upscaled.
592
  - Or upload a low-resolution image which will be upscaled by the selected factor to 768x768. The input resolution must match the target resolution for the selected scale factor (e.g., 64x64 for x12, 32x32 for x24).
593
  """
594
 
 
588
  - For large masks, increase the number of steps (up to 80) for better results.
589
 
590
  **Super Resolution:** <br>
591
+ - Upload a either a high resolution image which will be be center cropped to 768x768 and downscaled by the selected factor.
592
  - Or upload a low-resolution image which will be upscaled by the selected factor to 768x768. The input resolution must match the target resolution for the selected scale factor (e.g., 64x64 for x12, 32x32 for x24).
593
  """
594