Uniaff commited on
Commit
f846660
·
verified ·
1 Parent(s): 3067083

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ def generate(video, audio, checkpoint, no_smooth, resize_factor, pad_top, pad_bo
257
  "--checkpoint_path", f"checkpoints/{checkpoint}.pth",
258
  "--segmentation_path", "checkpoints/face_segmentation.pth",
259
  "--no_seg",
260
- # "--no_sr",
261
  "--face", video_path,
262
  "--audio", audio_path,
263
  "--outfile", output_path,
 
257
  "--checkpoint_path", f"checkpoints/{checkpoint}.pth",
258
  "--segmentation_path", "checkpoints/face_segmentation.pth",
259
  "--no_seg",
260
+ "--no_sr",
261
  "--face", video_path,
262
  "--audio", audio_path,
263
  "--outfile", output_path,