fffiloni commited on
Commit
2a98827
·
1 Parent(s): 0b0a130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def run_inference(prompt, video_path, condition, video_length):
41
  if os.path.exists(video_path_output):
42
  # Delete the existing file
43
  os.remove(video_path_output)
44
- 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 --is_long_video"
45
  subprocess.run(command, shell=True)
46
 
47
  # Construct the video path
 
41
  if os.path.exists(video_path_output):
42
  # Delete the existing file
43
  os.remove(video_path_output)
44
+ 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"
45
  subprocess.run(command, shell=True)
46
 
47
  # Construct the video path