Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,7 +175,7 @@ def reload_img(
|
|
| 175 |
|
| 176 |
|
| 177 |
# ─── Configuration ───────────────────────────────────────────────
|
| 178 |
-
num_patches =
|
| 179 |
target_res = num_patches * 14
|
| 180 |
ckpt_file = "./ckpts/dino_spair_0300.pth"
|
| 181 |
|
|
|
|
| 175 |
|
| 176 |
|
| 177 |
# ─── Configuration ───────────────────────────────────────────────
|
| 178 |
+
num_patches = 45
|
| 179 |
target_res = num_patches * 14
|
| 180 |
ckpt_file = "./ckpts/dino_spair_0300.pth"
|
| 181 |
|