Muhammad Taqi Raza commited on
Commit
73d134f
·
1 Parent(s): e0df45d

reverting gradio

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -229,7 +229,7 @@ def run_epic_inference(video_path, num_frames, target_pose, mode):
229
  "--camera", "target",
230
  "--mask",
231
  "--target_pose", theta, phi, r, x, y,
232
- "--video_length", num_frames,
233
  "--save_name", "output",
234
  "--mode", mode,
235
  ]
 
229
  "--camera", "target",
230
  "--mask",
231
  "--target_pose", theta, phi, r, x, y,
232
+ "--video_length", str(num_frames),
233
  "--save_name", "output",
234
  "--mode", mode,
235
  ]