Skip to content

Commit 4fa7ad0

Browse files
authoredNov 12, 2024
Update README.md
1 parent 83100f0 commit 4fa7ad0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ https://colab.research.google.com/drive/1RkvOtUTbUD5NVsRI4aKEqJO8BRo8BFIY?usp=sh
4646
# Install
4747

4848
**Check ffmpeg version >=4.4**
49-
```
49+
```sh
5050
ffmpeg -version
5151

5252
Output should be:
@@ -63,19 +63,19 @@ sudo apt-get -qq install -y ffmpeg
6363

6464
**Demucs (if used)**
6565

66-
```
66+
```sh
6767
pip install -U demucs
6868
```
6969

7070
**Spleeter (if used)**
7171

72-
```
72+
```sh
7373
pip install spleeter
7474
```
7575

7676
**Standard Whisper (if used)**
7777

78-
```
78+
```sh
7979
sudo apt update && sudo apt install ffmpeg
8080

8181
sudo apt install python3
@@ -92,7 +92,7 @@ pip3 install torchaudio
9292

9393
**Faster Whisper (if used in place of Whisper)**
9494

95-
```
95+
```sh
9696
sudo apt update && sudo apt install ffmpeg
9797

9898
sudo apt install python3
@@ -118,7 +118,7 @@ pip3 install torchaudio
118118

119119
**SM4T (if used in place of Whisper)**
120120

121-
```
121+
```sh
122122
sudo apt update && sudo apt install ffmpeg
123123

124124
sudo apt install python3
@@ -141,7 +141,7 @@ pip3 install torchaudio
141141

142142
# Code
143143

144-
```
144+
```python
145145
from transcribeHallu import loadModel
146146
from transcribeHallu import transcribePrompt
147147

0 commit comments

Comments
 (0)
Please sign in to comment.