Spaces:
Running
Running
admin
commited on
Commit
·
83e18dc
1
Parent(s):
1358155
use huggingface_hub
Browse files
utils.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import torch
|
| 3 |
import numpy as np
|
| 4 |
from torchvision.transforms import Compose, Resize, Normalize
|
| 5 |
-
from
|
| 6 |
|
| 7 |
MODEL_DIR = snapshot_download(
|
| 8 |
"ccmusic-database/Guzheng_Tech99",
|
|
|
|
| 2 |
import torch
|
| 3 |
import numpy as np
|
| 4 |
from torchvision.transforms import Compose, Resize, Normalize
|
| 5 |
+
from huggingface_hub import snapshot_download
|
| 6 |
|
| 7 |
MODEL_DIR = snapshot_download(
|
| 8 |
"ccmusic-database/Guzheng_Tech99",
|