admin commited on
Commit
04c1c4d
·
1 Parent(s): c974f0a
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,13 +10,13 @@ The Chinese Traditional Instrument Sound Model is a cutting-edge research outcom
10
 
11
  ## Usage
12
  ```python
13
- from modelscope import snapshot_download
14
  model_dir = snapshot_download("ccmusic-database/CTIS")
15
  ```
16
 
17
  ## Maintenance
18
  ```bash
19
- git clone [email protected]:ccmusic-database/CTIS
20
  cd CTIS
21
  ```
22
 
 
10
 
11
  ## Usage
12
  ```python
13
+ from huggingface_hub import snapshot_download
14
  model_dir = snapshot_download("ccmusic-database/CTIS")
15
  ```
16
 
17
  ## Maintenance
18
  ```bash
19
+ GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:ccmusic-database/CTIS
20
  cd CTIS
21
  ```
22