Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def transcribe(inputs):
|
|
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 |
|
28 |
text = ""
|
|
|
22 |
task="transcribe",
|
23 |
word_timestamps=True,
|
24 |
repetition_penalty=1.1,
|
25 |
+
temperature=[0.0, 0.1, 0.2, 0,3, 0.4, 0.6, 0.8, 1.0],
|
26 |
)
|
27 |
|
28 |
text = ""
|