Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
2a0e0ea
1
Parent(s): 4b52dfd
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 |
----------
|