Spaces:
Running
Running
admin
commited on
Commit
•
ac0ad21
1
Parent(s):
5541a96
upd utils
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("MuGemSt/MiVOLO", cache_dir="./mivolo/__pycache__")
|
8 |
|
9 |
|
10 |
def is_url(s: str):
|