Spaces:
Running
Running
jhj0517
commited on
Commit
·
4ceaed1
1
Parent(s):
5f193dc
Refactor return type
Browse files
modules/whisper/base_transcription_pipeline.py
CHANGED
|
@@ -179,7 +179,7 @@ class BaseTranscriptionPipeline(ABC):
|
|
| 179 |
add_timestamp: bool = True,
|
| 180 |
progress=gr.Progress(),
|
| 181 |
*pipeline_params,
|
| 182 |
-
) -> Tuple[str,
|
| 183 |
"""
|
| 184 |
Write subtitle file from Files
|
| 185 |
|
|
|
|
| 179 |
add_timestamp: bool = True,
|
| 180 |
progress=gr.Progress(),
|
| 181 |
*pipeline_params,
|
| 182 |
+
) -> Tuple[str, List]:
|
| 183 |
"""
|
| 184 |
Write subtitle file from Files
|
| 185 |
|