sweetcocoa commited on
Commit
142e8ed
1 Parent(s): 9a7777e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ different token types: time, velocity, note and 'special'. The token ids are the
33
  To use Pop2Piano, you will need to install the 🤗 Transformers library, as well as the following third party modules:
34
 
35
  ```
36
- pip install https://github.com/huggingface/transformers.git
37
  pip install pretty-midi==0.2.9 essentia==2.1b6.dev1034 librosa scipy
38
  ```
39
  Please note that you may need to restart your runtime after installation.
 
33
  To use Pop2Piano, you will need to install the 🤗 Transformers library, as well as the following third party modules:
34
 
35
  ```
36
+ pip install git+https://github.com/huggingface/transformers.git
37
  pip install pretty-midi==0.2.9 essentia==2.1b6.dev1034 librosa scipy
38
  ```
39
  Please note that you may need to restart your runtime after installation.