fffiloni commited on
Commit
b50c2b0
1 Parent(s): cc3607e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def run_inference(prompt, video_path, condition, video_length):
48
  os.remove(video_path_output)
49
 
50
 
51
- command = f"python inference.py --prompt '{prompt}' --condition '{condition}' --video_path '{chunk}' --output_path '{output_path}' --video_length {video_length} --smoother_steps 19 20"
52
  subprocess.run(command, shell=True)
53
 
54
  # Construct the video path
 
48
  os.remove(video_path_output)
49
 
50
 
51
+ command = f"python inference.py --prompt '{prompt}' --condition '{condition}' --video_path '{video_path}' --output_path '{output_path}' --video_length {video_length} --smoother_steps 19 20"
52
  subprocess.run(command, shell=True)
53
 
54
  # Construct the video path