Spaces:
Running
Running
Commit History
Add space to timestamp in fasterWhisperContainer
55b2bd6
aadnk
commited on
Refactor language list
adca588
aadnk
commited on
Fix chinese
e77e696
aadnk
commited on
Only print fp16 warning once
a79dd83
aadnk
commited on
Support CLI into faster-whisper
33ee1bb
aadnk
commited on
Fix WHISPER_IMPLEMENTATION argument
2698c96
aadnk
commited on
Fix convert_hf_whisper
9939d13
aadnk
commited on
Adding support for faster_whisper
295de00
aadnk
commited on
Ensure progress bar works for multiple files
c90f138
aadnk
commited on
Adding example useage in whisperProgressHook
c963436
aadnk
commited on
Support progress for multiple devices
4a9d465
aadnk
commited on
Add progress listener to none/VAD
33a2c1e
aadnk
commited on
Add concurrency count to app.py. Set this to 1 by default.
d20404a
aadnk
commited on
Add more configuration options to config.json5
1acaa19
aadnk
commited on
Add configuration file and support for custom models
44d964a
aadnk
commited on
Do not parallelize period vad
530547e
aadnk
commited on
Use correct root dir
7fd072f
aadnk
commited on
Ensure model is downloaded before spawning sub-processes
7c5d37e
aadnk
commited on
Add support for multiple input files and output files
cb9ee50
aadnk
commited on
Always create N processes for N devices even with small files
479b187
aadnk
commited on
Fix 1 CPU in ParallelTranscription
596fd47
aadnk
commited on
Add an option for automatically configuring parallel execution
20f75ae
aadnk
commited on
Display duration of parallel GPU transcribing
4b698fb
aadnk
commited on
Support parallel execution of Silero VAD
c0e541b
aadnk
commited on
Fix CLI for parallel devices
01fddc0
aadnk
commited on
Loop using merged_split instead of devices
9934006
aadnk
commited on
Fix chunk splitting
0ec48c0
aadnk
commited on
Cache parallel processes
31f7bdb
aadnk
commited on
Spawn a new process for each GPU
4aa12d0
aadnk
commited on
Add support for parallel execution on multiple GPUs
95261ed
aadnk
commited on
Concat first prompt with initial prompt
84fa1f8
aadnk
commited on
Cleanup code
5bbbb16
aadnk
commited on
Ensure VAD supports detect language
f1fe464
aadnk
commited on
Do not add speech detected in gaps to the prompt window
31ba778
aadnk
commited on
Refactor pad and merge timestamps into one function
0cb931d
aadnk
commited on
Make it easier to use the old segmentation strategy
d906b98
aadnk
commited on
Add prompt window to VAD
48d8572
aadnk
commited on
Adding CLI
74b1efd
aadnk
commited on
Refactor function names
883c794
aadnk
commited on
Make speech padding configurable.
7f502b4
aadnk
commited on
Disable segment padding for now.
6cbe554
aadnk
commited on
Fix pad_timestamps
02253c6
aadnk
commited on
Return results, not last seconds
bcee468
aadnk
commited on
Process VAD in chunks of up to 1 hour
b604ea1
aadnk
commited on
Remove unused imports
2ea4ed3
aadnk
commited on
Fix merging of VAD segments
8781620
aadnk
commited on
Move implementation to src folder
c52f09b
aadnk
commited on