ankush13r commited on
Commit
3f8b238
·
verified ·
1 Parent(s): aa4b6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ def transcribe(inputs):
22
  task="transcribe",
23
  word_timestamps=True,
24
  repetition_penalty=1.1,
25
- compression_ratio_threshold=3.0,
26
  temperature=[0.0, 0.1, 0.2, 0.4, 0.6, 0.8, 1.0],
27
  )
28
 
 
22
  task="transcribe",
23
  word_timestamps=True,
24
  repetition_penalty=1.1,
 
25
  temperature=[0.0, 0.1, 0.2, 0.4, 0.6, 0.8, 1.0],
26
  )
27