Whisper-WebUI / modules /whisper_Inference.py

Commit History

add output_dir arg
8a27aeb

jhj0517 commited on

fix constructor to receive model_dir
1c725ac

jhj0517 commited on

rename data class and add `post_process()`
2abe1a5

jhj0517 commited on

refactor base abstract class for whisper
c89be6a

jhj0517 commited on

fix wrong device
621f296

jhj0517 commited on

add mps device
b2f33b2

jhj0517 commited on

add args for local model path
25c9e51

jhj0517 commited on

add `compression_ratio_threshold`
3aeef88

jhj0517 commited on

add temperature
3a1a0a3

jhj0517 commited on

rename file
11a447c

jhj0517 commited on

remove redundant function
ca9094f

jhj0517 commited on

add parameters
e3a6426

jhj0517 commited on

refactoring to use data class
b17cfc2

jhj0517 commited on

add typing
cdb03d3

jhj0517 commited on

add `Files` to output
1f9180b

jhj0517 commited on

update large-v3 to some of the files
248f6d8

aierlma commited on

implement txt file format in `whisper_inference.py`
ef11e7e

jhj0517 commited on

add compute_type dropdown
d8dfcf0

jhj0517 commited on

fix compute type error
e18f92a

jhj0517 commited on

add advanced parameter tab
83a3dff

jhj0517 commited on

set default beam size for both models
70cb93a

jhj0517 commited on

refactoring
960f111

jhj0517 commited on

added checkbox whether to add timestamp at the end of the filename
167d34d

jhj0517 commited on

refactored for better read
56d7f1f

jhj0517 commited on

fixed file name bug
fec84a3

jhj0517 commited on

better path
6c0624c

jhj0517 commited on

mitigate CUDA OutOfMemory
64e6134

Damho Lee commited on

Add to remove input file(s) when finished
f9bd9ba

Damho Lee commited on

default model to None
94e3a48

jhj0517 commited on

removed redundant function
b491afe

jhj0517 commited on

edited model path
d9e0f99

jhj0517 commited on

renamed Inference
8762e3a

jhj0517 commited on