fix: message

This commit is contained in:
root
2025-07-10 19:42:00 +08:00
parent ad3a608acd
commit 8f0cbe7995

View File

@@ -395,7 +395,7 @@ def main():
generator = VideoGenerator()
def progress_callback(message):
print("VideoGenerator created successfully")
print(message)
if args.action == "single":
if not args.image or not args.prompt or not args.output: