Spaces:
Paused
Paused
Muhammad Taqi Raza
commited on
Commit
·
927536c
1
Parent(s):
8fda10d
revised config.yaml
Browse files- gradio_batch.py +2 -2
gradio_batch.py
CHANGED
@@ -94,8 +94,8 @@ def run_batch_process(progress=gr.Progress()):
|
|
94 |
|
95 |
anchor_path, logs1, caption, depth_path = get_anchor_video(
|
96 |
video_path=str(video_path),
|
97 |
-
fps=params
|
98 |
-
num_frames=params
|
99 |
target_pose=params["target_pose"],
|
100 |
mode=params.get("mode", "gradual"),
|
101 |
radius_scale=params.get("radius_scale", 1.0),
|
|
|
94 |
|
95 |
anchor_path, logs1, caption, depth_path = get_anchor_video(
|
96 |
video_path=str(video_path),
|
97 |
+
fps=params.get("fps",24),
|
98 |
+
num_frames=params.get("num_frames",49),
|
99 |
target_pose=params["target_pose"],
|
100 |
mode=params.get("mode", "gradual"),
|
101 |
radius_scale=params.get("radius_scale", 1.0),
|