update webui

This commit is contained in:
Artiprocher
2026-04-14 15:50:48 +08:00
parent db0f1571b1
commit e2a04139b4
8 changed files with 61 additions and 28 deletions

View File

@@ -115,7 +115,7 @@ class MovaAudioVideoPipeline(BasePipeline):
def __call__(
self,
# Prompt
prompt: str,
prompt: str = "",
negative_prompt: str = "",
# Image-to-video
input_image: Image.Image = None,