Spaces:
Running
Running
jhj0517 commited on
Commit ·
d47e74a
1
Parent(s): 22a07bc
refactor docstring
Browse files
modules/faster_whisper_inference.py
CHANGED
|
@@ -314,7 +314,7 @@ class FasterWhisperInference(BaseInterface):
|
|
| 314 |
file_format: str,
|
| 315 |
) -> str:
|
| 316 |
"""
|
| 317 |
-
Writes subtitle file
|
| 318 |
|
| 319 |
Parameters
|
| 320 |
----------
|
|
|
|
| 314 |
file_format: str,
|
| 315 |
) -> str:
|
| 316 |
"""
|
| 317 |
+
Writes subtitle file
|
| 318 |
|
| 319 |
Parameters
|
| 320 |
----------
|