text/init.py (#203)
* 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>
This commit is contained in:
18
css/custom.css
Normal file
18
css/custom.css
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user