zhang-ziang commited on
Commit
0d78acb
·
1 Parent(s): cce87b8

large version 1.1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from inference import *
8
  from utils import *
9
 
10
  from huggingface_hub import hf_hub_download
11
- ckpt_path = hf_hub_download(repo_id="Viglong/Orient-Anything", filename="croplargeEX2/dino_weight.pt", repo_type="model", cache_dir='./', resume_download=True)
12
  print(ckpt_path)
13
 
14
  save_path = './'
 
8
  from utils import *
9
 
10
  from huggingface_hub import hf_hub_download
11
+ ckpt_path = hf_hub_download(repo_id="Viglong/Orient-Anything", filename="croplargeEX03/dino_weight.pt", repo_type="model", cache_dir='./', resume_download=True)
12
  print(ckpt_path)
13
 
14
  save_path = './'