Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def run_inference(prompt, video_path, condition, video_length):
|
|
131 |
#if video_length > 12:
|
132 |
# command = f"python inference.py --prompt '{prompt}' --condition '{condition}' --video_path '{video_path}' --output_path '{output_path}' --width 512 --height 512 --fps 8 --video_length {video_length} --is_long_video"
|
133 |
#else:
|
134 |
-
command = f"python inference.py --prompt '{prompt}' --condition '{condition}' --video_path '{chunk_path}' --output_path '{output_path}' --width 512 --height 512 --fps 8 --video_length {video_length}"
|
135 |
subprocess.run(command, shell=True)
|
136 |
|
137 |
# Construct the video path
|
|
|
131 |
#if video_length > 12:
|
132 |
# command = f"python inference.py --prompt '{prompt}' --condition '{condition}' --video_path '{video_path}' --output_path '{output_path}' --width 512 --height 512 --fps 8 --video_length {video_length} --is_long_video"
|
133 |
#else:
|
134 |
+
command = f"python inference.py --prompt '{prompt}' --condition '{condition}' --video_path '{chunk_path}' --output_path '{output_path}' --temp_chunk_path '{index}' --width 512 --height 512 --fps 8 --video_length {video_length}"
|
135 |
subprocess.run(command, shell=True)
|
136 |
|
137 |
# Construct the video path
|