diff --git a/recipes/Lipsync.py b/recipes/Lipsync.py index 6dae9320e..297ff351d 100644 --- a/recipes/Lipsync.py +++ b/recipes/Lipsync.py @@ -49,7 +49,7 @@ def render_form_v2(self): gui.file_uploader( """ #### Input Face - Upload a video/image that contains faces to use + Upload a video/image with one human face. *Recommended - mp4 / mov / png / jpg* """, key="input_face", @@ -58,8 +58,8 @@ def render_form_v2(self): gui.file_uploader( """ #### Input Audio - Upload the video/audio file to use as audio source for lipsyncing - *Recommended - wav / mp3* + Add a video/audio file as the lipsync audio source. + *Recommended - mp4 / mov / wav / mp3* """, key="input_audio", ) diff --git a/recipes/LipsyncTTS.py b/recipes/LipsyncTTS.py index d557cd663..cc78d8fa4 100644 --- a/recipes/LipsyncTTS.py +++ b/recipes/LipsyncTTS.py @@ -56,7 +56,7 @@ def render_form_v2(self): gui.file_uploader( """ #### Input Face - Upload a video/image that contains faces to use + Upload a video/image with one human face. *Recommended - mp4 / mov / png / jpg* """, key="input_face", diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py index 73840749c..1f57cfe65 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -475,7 +475,7 @@ def render_form_v2(self): gui.file_uploader( """ ###### 👩‍🦰 Input Face - Upload a video or image (with a human face) to lipsync responses. mp4, mov, png, jpg or gif preferred. + Upload a video/image with one human face. mp4, mov, png, jpg or gif preferred. """, key="input_face", )