Muhammad Taqi Raza commited on
Commit
c4283d3
·
1 Parent(s): d2c2859
Files changed (1) hide show
  1. gradio_app.py +3 -3
gradio_app.py CHANGED
@@ -71,7 +71,7 @@ def get_anchor_video(video_path, fps, num_frames, target_pose, mode,
71
  "--fps", str(fps),
72
  "--depth_inference_steps", str(depth_inference_steps),
73
  "--depth_guidance_scale", str(depth_guidance_scale),
74
- "--near_far_estimated", near_far_estimated,
75
  "--sampler_name", sampler_name,
76
  "--diffusion_guidance_scale", str(diffusion_guidance_scale),
77
  "--diffusion_inference_steps", str(diffusion_inference_steps),
@@ -81,8 +81,8 @@ def get_anchor_video(video_path, fps, num_frames, target_pose, mode,
81
  "--window_size", str(window_size),
82
  "--overlap", str(overlap),
83
  "--max_res", str(max_res),
84
- "--sample_size", sample_size if sample_size else "384, 672",
85
- "--seed", seed_input,
86
  "--height", str(height), # Fixed height
87
  "--width", str(width)
88
  ]
 
71
  "--fps", str(fps),
72
  "--depth_inference_steps", str(depth_inference_steps),
73
  "--depth_guidance_scale", str(depth_guidance_scale),
74
+ # "--near_far_estimated", near_far_estimated,
75
  "--sampler_name", sampler_name,
76
  "--diffusion_guidance_scale", str(diffusion_guidance_scale),
77
  "--diffusion_inference_steps", str(diffusion_inference_steps),
 
81
  "--window_size", str(window_size),
82
  "--overlap", str(overlap),
83
  "--max_res", str(max_res),
84
+ # "--sample_size", sample_size if sample_size else "384,672",
85
+ "--seed", str(seed_input),
86
  "--height", str(height), # Fixed height
87
  "--width", str(width)
88
  ]