Update wording.py

Added help text  for "temp_path"
This commit is contained in:
peakdeveploer 2024-11-17 21:29:38 +01:00 committed by GitHub
parent 2cba043a29
commit cb4f85a965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,6 +98,7 @@ WORDING : Dict[str, Any] =\
'source_paths': 'choose single or multiple source images or audios', 'source_paths': 'choose single or multiple source images or audios',
'target_path': 'choose single target image or video', 'target_path': 'choose single target image or video',
'output_path': 'specify the output image or video within a directory', 'output_path': 'specify the output image or video within a directory',
'temp_path': 'specify a custom temporary directory where temporary extracted frames are stored',
# face detector # face detector
'face_detector_model': 'choose the model responsible for detecting the faces', 'face_detector_model': 'choose the model responsible for detecting the faces',
'face_detector_size': 'specify the frame size provided to the face detector', 'face_detector_size': 'specify the frame size provided to the face detector',