Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def run_inference(prompt, video_path, condition, video_length):
|
|
132 |
#if video_length > 12:
|
133 |
# 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"
|
134 |
#else:
|
135 |
-
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}"
|
136 |
subprocess.run(command, shell=True)
|
137 |
|
138 |
# Construct the video path
|
|
|
132 |
#if video_length > 12:
|
133 |
# 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"
|
134 |
#else:
|
135 |
+
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} --is_long_video"
|
136 |
subprocess.run(command, shell=True)
|
137 |
|
138 |
# Construct the video path
|