Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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,
|