odunkel commited on
Commit
b6136e6
Β·
verified Β·
1 Parent(s): 0024c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def reload_img(
171
 
172
 
173
  # ─── Configuration ───────────────────────────────────────────────
174
- num_patches = 60
175
  target_res = num_patches * 14
176
  ckpt_file = "ckpts/dino_spair_0300.pth"
177
 
 
171
 
172
 
173
  # ─── Configuration ───────────────────────────────────────────────
174
+ num_patches = 30
175
  target_res = num_patches * 14
176
  ckpt_file = "ckpts/dino_spair_0300.pth"
177