Spaces:
Paused
Paused
Update app.py
Browse files
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
|
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
|