Spaces:
Running
Running
Update app.py
Browse files
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 |
|