From 1674c879600a37902d138cd6dd9acc9935f96e96 Mon Sep 17 00:00:00 2001 From: anish-work Date: Tue, 26 Nov 2024 21:03:27 +0530 Subject: [PATCH] change description for lipsync on /copilot, /lipsync and /lipsynctts --- recipes/Lipsync.py | 6 +++--- recipes/LipsyncTTS.py | 2 +- recipes/VideoBots.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 b9a10fbd3..8b7764823 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -467,7 +467,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", )