* Create all_process.py * Create asr_transcript.py * Update config.py * Create extract_list.py * Create clean_list.py * Create custom.css * Create compress_model.py * Update all_process.py * Update resample.py * Update resample.py * configs/config.json copy utils * mirror: openi + token bert models optimize * text/__init__.py platform compatibility compress_model.py output * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
19 lines
241 B
CSS
19 lines
241 B
CSS
|
|
#yml_code {
|
|
height: 600px;
|
|
flex-grow: inherit;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#json_code {
|
|
height: 600px;
|
|
flex-grow: inherit;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#gpu_code {
|
|
height: 300px;
|
|
flex-grow: inherit;
|
|
overflow-y: auto;
|
|
}
|