Update __init__.py

This commit is contained in:
Sam Khoze
2024-07-09 23:41:32 +05:30
committed by GitHub
parent 5ecbafdfce
commit 13f89f47d8
-2
View File
@@ -76,8 +76,6 @@ if __name__ == "__main__":
deepfuze.load_video('path/to/video.mp4')
deepfuze.load_audio('path/to/audio.mp3')
deepfuze.load_checkpoint('path/to/checkpoint_path')
# Set parameters (optional)
deepfuze.set_parameters(sync_level=5, transform_intensity=3)
# Generate lipsynced video
output_path = deepfuze.generate(output='path/to/output.mp4')