fix: message
This commit is contained in:
parent
ad3a608acd
commit
8f0cbe7995
|
|
@ -395,7 +395,7 @@ def main():
|
||||||
generator = VideoGenerator()
|
generator = VideoGenerator()
|
||||||
|
|
||||||
def progress_callback(message):
|
def progress_callback(message):
|
||||||
print("VideoGenerator created successfully")
|
print(message)
|
||||||
|
|
||||||
if args.action == "single":
|
if args.action == "single":
|
||||||
if not args.image or not args.prompt or not args.output:
|
if not args.image or not args.prompt or not args.output:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue