EYEDOL commited on
Commit
204a770
·
verified ·
1 Parent(s): 15cefae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from faster_whisper import WhisperModel
5
  from scipy.io.wavfile import write
6
 
7
  model = WhisperModel(
8
- "small",
9
  device="cpu",
10
  compute_type="int8"
11
  )
 
5
  from scipy.io.wavfile import write
6
 
7
  model = WhisperModel(
8
+ "tiny",
9
  device="cpu",
10
  compute_type="int8"
11
  )