hushell commited on
Commit
c6f3a23
1 Parent(s): 16564f3

remove loading dino

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ from PIL import Image
18
  args = DotMap()
19
  args.deploy = 'vanilla'
20
  args.arch = 'dino_small_patch16'
 
21
  args.resume = 'https://huggingface.co/hushell/pmf_dinosmall_lr1e-4/resolve/main/best_converted.pth'
22
  args.api_key = 'AIzaSyAFkOGnXhy-2ZB0imDvNNqf2rHb98vR_qY'
23
  args.cx = '06d75168141bc47f1'
 
18
  args = DotMap()
19
  args.deploy = 'vanilla'
20
  args.arch = 'dino_small_patch16'
21
+ args.no_pretrain = True
22
  args.resume = 'https://huggingface.co/hushell/pmf_dinosmall_lr1e-4/resolve/main/best_converted.pth'
23
  args.api_key = 'AIzaSyAFkOGnXhy-2ZB0imDvNNqf2rHb98vR_qY'
24
  args.cx = '06d75168141bc47f1'