Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def transcribe_3min(audio_path):
|
|
| 39 |
"num_beams": 5, #var beam size 1
|
| 40 |
"repetition_penalty": 1.2, # ← exactly what you asked for
|
| 41 |
"no_repeat_ngram_size": 3, # ← exactly what you asked for
|
| 42 |
-
"temperature":
|
| 43 |
}
|
| 44 |
)
|
| 45 |
|
|
|
|
| 39 |
"num_beams": 5, #var beam size 1
|
| 40 |
"repetition_penalty": 1.2, # ← exactly what you asked for
|
| 41 |
"no_repeat_ngram_size": 3, # ← exactly what you asked for
|
| 42 |
+
"temperature": 1.8,
|
| 43 |
}
|
| 44 |
)
|
| 45 |
|