File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ https://colab.research.google.com/drive/1RkvOtUTbUD5NVsRI4aKEqJO8BRo8BFIY?usp=sh
46
46
# Install
47
47
48
48
** Check ffmpeg version >=4.4**
49
- ```
49
+ ``` sh
50
50
ffmpeg -version
51
51
52
52
Output should be:
@@ -63,19 +63,19 @@ sudo apt-get -qq install -y ffmpeg
63
63
64
64
** Demucs (if used)**
65
65
66
- ```
66
+ ``` sh
67
67
pip install -U demucs
68
68
```
69
69
70
70
** Spleeter (if used)**
71
71
72
- ```
72
+ ``` sh
73
73
pip install spleeter
74
74
```
75
75
76
76
** Standard Whisper (if used)**
77
77
78
- ```
78
+ ``` sh
79
79
sudo apt update && sudo apt install ffmpeg
80
80
81
81
sudo apt install python3
@@ -92,7 +92,7 @@ pip3 install torchaudio
92
92
93
93
** Faster Whisper (if used in place of Whisper)**
94
94
95
- ```
95
+ ``` sh
96
96
sudo apt update && sudo apt install ffmpeg
97
97
98
98
sudo apt install python3
@@ -118,7 +118,7 @@ pip3 install torchaudio
118
118
119
119
** SM4T (if used in place of Whisper)**
120
120
121
- ```
121
+ ``` sh
122
122
sudo apt update && sudo apt install ffmpeg
123
123
124
124
sudo apt install python3
@@ -141,7 +141,7 @@ pip3 install torchaudio
141
141
142
142
# Code
143
143
144
- ```
144
+ ``` python
145
145
from transcribeHallu import loadModel
146
146
from transcribeHallu import transcribePrompt
147
147
You can’t perform that action at this time.
0 commit comments