Add clear button to benchmark and fire clear_temp() via the UI

This commit is contained in:
henryruhs
2023-08-20 14:15:55 +02:00
parent 27d8d3809d
commit f3158ed4c1
5 changed files with 35 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ 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',
'creating_temp': 'creating temporary resources',
'creating_temp': 'Creating temporary resources',
'extracting_frames_fps': 'Extracting frames with {fps} FPS',
'processing': 'Processing',
'downloading': 'Downloading',
@@ -37,7 +37,7 @@ WORDING =\
'skipping_audio': 'Skipping audio',
'restoring_audio': 'Restoring audio',
'restoring_audio_issues': 'Restoring audio might cause issues as fps are not kept',
'cleaning_temp': 'Cleaning temporary resources',
'clearing_temp': 'Clearing temporary resources',
'processing_image_succeed': 'Processing to image succeed',
'processing_image_failed': 'Processing to image failed',
'processing_video_succeed': 'Processing to video succeed',