chinmaydan commited on
Commit
be5e5b5
·
1 Parent(s): 47bfd84

accepting input from upload or mic

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ import whisper
5
 
6
  model = whisper.load_model("small")
7
 
8
- model.config.forced_decoder_ids = None
9
 
10
 
11
  def predict(audio, mic_audio=None):
 
5
 
6
  model = whisper.load_model("small")
7
 
 
8
 
9
 
10
  def predict(audio, mic_audio=None):