Spaces:
Running
Running
admin
commited on
Commit
·
e27303a
1
Parent(s):
bc59980
rename org name
Browse files
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("
|
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):
|