admin commited on
Commit
e27303a
·
1 Parent(s): bc59980

rename org name

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -4,7 +4,7 @@ from tqdm import tqdm
4
  from modelscope import snapshot_download
5
  from urllib.parse import urlparse
6
 
7
- MODEL_DIR = snapshot_download("MuGemSt/MiVOLO", cache_dir="./mivolo/__pycache__")
8
 
9
 
10
  def is_url(s: str):
 
4
  from modelscope import snapshot_download
5
  from urllib.parse import urlparse
6
 
7
+ MODEL_DIR = snapshot_download("Genius-Society/MiVOLO", cache_dir="./mivolo/__pycache__")
8
 
9
 
10
  def is_url(s: str):