Jenthe commited on
Commit
b3cc3d5
1 Parent(s): 4c4ab7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,13 +17,13 @@ ECAPA2 is a hybrid neural network architecture and training strategy for speaker
17
 
18
  You need to install the huggingface_hub package to download the ECAPA2 model:
19
 
20
- ```
21
  pip install --upgrade huggingface_hub
22
  ```
23
 
24
  Or with Conda:
25
 
26
- ```
27
  conda install -c conda-forge huggingface_hub
28
  ```
29
 
 
17
 
18
  You need to install the huggingface_hub package to download the ECAPA2 model:
19
 
20
+ ```bash
21
  pip install --upgrade huggingface_hub
22
  ```
23
 
24
  Or with Conda:
25
 
26
+ ```bash
27
  conda install -c conda-forge huggingface_hub
28
  ```
29