Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 896 |
This is the **high-resolution (HR) reference**.
|
| 897 |
-
-
|
| 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 |
|