fedahumada commited on
Commit
6e421a7
1 Parent(s): 17f0beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def transcribe(audio):
23
 
24
 
25
  # decode the audio
26
- options = whisper.DecodingOptions(fp16 = False,task= "translate")
27
  result = whisper.decode(model, mel, options)
28
  #word= result.text
29
  #trans = es_en_translator(word)
23
 
24
 
25
  # decode the audio
26
+ options = whisper.DecodingOptions(fp16 = False)#,task= "translate")
27
  result = whisper.decode(model, mel, options)
28
  #word= result.text
29
  #trans = es_en_translator(word)