forouzanfallah commited on
Commit
70a945f
·
verified ·
1 Parent(s): 146c86c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -892,9 +892,9 @@ if __name__ == "__main__":
892
 
893
  ## Step 2 – Match the high-resolution reference
894
 
895
- - You will see **one reference image on the left**.
896
  This is the **high-resolution (HR) reference**.
897
- - On the right, you will see the **same {NUM_IMAGES_TO_RANK} images** again.
898
  - Click the image that looks **most similar to the HR reference** first (rank 1),
899
  then the next most similar, and so on, until **all images are ranked**.
900
 
 
892
 
893
  ## Step 2 – Match the high-resolution reference
894
 
895
+ - You will see **one reference image at the top**.
896
  This is the **high-resolution (HR) reference**.
897
+ - At the bottom, you will see the **same {NUM_IMAGES_TO_RANK} images** again.
898
  - Click the image that looks **most similar to the HR reference** first (rank 1),
899
  then the next most similar, and so on, until **all images are ranked**.
900