Skip to content

Commit

Permalink
Update inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
medahmedkrichen authored Dec 15, 2024
1 parent 5976494 commit dc02b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def main():
if not video_path:
video_path = args.video_url

vidubb = VideoDubbing(video_path, args.source_language, args.target_language, args.LipSync, not args.Bg_sound, args.whisper_model, os.getenv('Groq_TOKEN '), os.getenv('HF_TOKEN'))
vidubb = VideoDubbing(video_path, args.source_language, args.target_language, args.LipSync, not args.Bg_sound, args.whisper_model, os.getenv('Groq_TOKEN'), os.getenv('HF_TOKEN'))

if __name__ == '__main__':
main()
Expand Down

0 comments on commit dc02b5c

Please sign in to comment.