Update wording.py

This commit is contained in:
Feanix-Fyre 2023-08-23 09:18:29 -04:00 committed by GitHub
parent 5e5e9c33d7
commit 03bb8c0807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',