Spaces:
Running
Running
jhj0517
commited on
Commit
·
7d3f3f5
1
Parent(s):
18ab700
add typing
Browse files
modules/faster_whisper_inference.py
CHANGED
@@ -339,7 +339,7 @@ class FasterWhisperInference(BaseInterface):
|
|
339 |
|
340 |
Returns
|
341 |
----------
|
342 |
-
segments_result:
|
343 |
list of dicts that includes start, end timestamps and transcribed text
|
344 |
elapsed_time: float
|
345 |
elapsed time for transcription
|
|
|
339 |
|
340 |
Returns
|
341 |
----------
|
342 |
+
segments_result: List[dict]
|
343 |
list of dicts that includes start, end timestamps and transcribed text
|
344 |
elapsed_time: float
|
345 |
elapsed time for transcription
|