fffiloni commited on
Commit
cc3607e
·
1 Parent(s): de1d7d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def run_inference(prompt, video_path, condition, video_length):
40
  os.makedirs(output_path, exist_ok=True)
41
 
42
  # Construct the final video path
43
- video_path_output = os.path.join(output_path, f"{prompt}.mp4"
44
 
45
  # Check if the file already exists
46
  if os.path.exists(video_path_output):
 
40
  os.makedirs(output_path, exist_ok=True)
41
 
42
  # Construct the final video path
43
+ video_path_output = os.path.join(output_path, f"{prompt}.mp4")
44
 
45
  # Check if the file already exists
46
  if os.path.exists(video_path_output):