Spaces:
Running
Running
Merge pull request #243 from xevidos/master
Browse files
modules/whisper/faster_whisper_inference.py
CHANGED
|
@@ -86,6 +86,7 @@ class FasterWhisperInference(WhisperBase):
|
|
| 86 |
best_of=params.best_of,
|
| 87 |
patience=params.patience,
|
| 88 |
temperature=params.temperature,
|
|
|
|
| 89 |
compression_ratio_threshold=params.compression_ratio_threshold,
|
| 90 |
length_penalty=params.length_penalty,
|
| 91 |
repetition_penalty=params.repetition_penalty,
|
|
|
|
| 86 |
best_of=params.best_of,
|
| 87 |
patience=params.patience,
|
| 88 |
temperature=params.temperature,
|
| 89 |
+
initial_prompt=params.initial_prompt,
|
| 90 |
compression_ratio_threshold=params.compression_ratio_threshold,
|
| 91 |
length_penalty=params.length_penalty,
|
| 92 |
repetition_penalty=params.repetition_penalty,
|