Muhammad Taqi Raza commited on
Commit
c50efbd
·
1 Parent(s): 560f256
Files changed (1) hide show
  1. gradio_app.py +1 -2
gradio_app.py CHANGED
@@ -291,8 +291,7 @@ def inference(video_path, num_frames, fps, target_pose, mode):
291
  "--controlnet_transformer_num_layers", "8",
292
  "--infer_with_mask",
293
  "--pool_style", "max",
294
- "--seed", "43",
295
- "--fps", str(fps)
296
  ]
297
 
298
  result = subprocess.run(command, capture_output=True, text=True)
 
291
  "--controlnet_transformer_num_layers", "8",
292
  "--infer_with_mask",
293
  "--pool_style", "max",
294
+ "--seed", "43"
 
295
  ]
296
 
297
  result = subprocess.run(command, capture_output=True, text=True)