未验证 提交 edd5d853 编写于 作者: L lzzyzlbb 提交者: GitHub

fix fps of wav2lip (#345)

上级 f10e7b60
......@@ -32,7 +32,7 @@ class Wav2LipPredictor(BasePredictor):
self.img_size = 96
self.checkpoint_path = checkpoint_path
self.static = static
self.fps = fps,
self.fps = fps
self.pads = pads
self.face_det_batch_size = face_det_batch_size
self.wav2lip_batch_size = wav2lip_batch_size
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册