Spaces:
Build error
Build error
remove loading dino
Browse files
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'
|