Update wording.py
This commit is contained in:
parent
5e5e9c33d7
commit
03bb8c0807
@ -5,6 +5,10 @@ WORDING =\
|
||||
'source_help': 'select a source image',
|
||||
'target_help': 'select a target image or video',
|
||||
'output_help': 'specify the output file or directory',
|
||||
'gradio_port_help': 'set the listen port',
|
||||
'gradio_share_help': 'set whether to share on Gradio',
|
||||
'gradio_listen_help': 'set the listen interface',
|
||||
'headless_help': 'starts in headless mode; prompts user for source/target/output',
|
||||
'frame_processors_help': 'choose from the available frame processors (choices: {choices}, ...)',
|
||||
'ui_layouts_help': 'choose from the available ui layouts (choices: {choices}, ...)',
|
||||
'keep_fps_help': 'preserve the frames per second (fps) of the target',
|
||||
@ -27,9 +31,6 @@ WORDING =\
|
||||
'execution_providers_help': 'choose from the available execution providers (choices: {choices}, ...)',
|
||||
'execution_thread_count_help': 'specify the number of execution threads',
|
||||
'execution_queue_count_help': 'specify the number of execution queries',
|
||||
'gradio_port_help': 'set the listen port',
|
||||
'gradio_share_help': 'set whether to share on Gradio',
|
||||
'gradio_listen_help': 'set the listen interface',
|
||||
'creating_temp': 'Creating temporary resources',
|
||||
'extracting_frames_fps': 'Extracting frames with {fps} FPS',
|
||||
'processing': 'Processing',
|
||||
|
Loading…
Reference in New Issue
Block a user