nianlong commited on
Commit
95f03df
1 Parent(s): 76ba888

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ The model "nccratliri/whisperseg-large-ms" is the checkpoint of the multi-specie
17
  ### Clone the GitHub repo and install dependencies
18
  ```bash
19
  git clone https://github.com/nianlonggu/WhisperSeg.git
20
- cd WhisperSeg & pip install -r requirements.txt
21
  ```
22
 
23
  Then in the folder "WhisperSeg", run the following python script:
 
17
  ### Clone the GitHub repo and install dependencies
18
  ```bash
19
  git clone https://github.com/nianlonggu/WhisperSeg.git
20
+ cd WhisperSeg; pip install -r requirements.txt
21
  ```
22
 
23
  Then in the folder "WhisperSeg", run the following python script: