prismosoft commited on
Commit
3b126d1
1 Parent(s): 284cca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ description = "A simple demo for Wav2Lip Official Repo"
11
  article = "Official Repo: https://github.com/Rudrabha/Wav2Lip"
12
 
13
  def inference(face, audio):
 
14
  os.system("python inference.py --checkpoint_path ./wav2lip.pth --face {} --audio {}".format(face, audio))
15
 
16
  return "./results/result_voice.mp4"
 
11
  article = "Official Repo: https://github.com/Rudrabha/Wav2Lip"
12
 
13
  def inference(face, audio):
14
+ os.system("echo $face $audio")
15
  os.system("python inference.py --checkpoint_path ./wav2lip.pth --face {} --audio {}".format(face, audio))
16
 
17
  return "./results/result_voice.mp4"