fffiloni commited on
Commit
adb9d22
1 Parent(s): aa1dc20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def generate(input_video):
47
  # Run the inference command
48
  subprocess.run(
49
  [
50
- "python", "infer_3d.py", "big",
51
  "--workspace", f"{workdir}",
52
  "--resume", f"{recon_model}",
53
  "--interpresume", f"{interp_model}",
 
47
  # Run the inference command
48
  subprocess.run(
49
  [
50
+ "python", "infer_4d.py", "big",
51
  "--workspace", f"{workdir}",
52
  "--resume", f"{recon_model}",
53
  "--interpresume", f"{interp_model}",