Skip to content

Commit

Permalink
Merge pull request #538 from GooeyAI/lipsync_text_change
Browse files Browse the repository at this point in the history
change description for lipsync on /copilot, /lipsync and /lipsynctts
  • Loading branch information
anish-work authored Dec 5, 2024
2 parents dbc85fe + 1674c87 commit f0b4ea5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions recipes/Lipsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
)
Expand Down
2 changes: 1 addition & 1 deletion recipes/LipsyncTTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit f0b4ea5

Please sign in to comment.