Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ def run_inference(prompt, video_path, condition, video_length, seed, steps):
|
|
170 |
if video_length > 12:
|
171 |
command = f"python inference.py --prompt '{prompt}' --inference_steps {steps} --condition '{condition}' --video_path '{resized}' --output_path '{output_path}' --temp_chunk_path 'result' --width {r_width} --height {r_height} --fps {target_fps} --seed {seed} --video_length {video_length} --smoother_steps 19 20 --is_long_video"
|
172 |
else:
|
173 |
-
command = f"python inference.py --prompt '{prompt}' --inference_steps {steps} --condition '{condition}' --video_path '{resized}' --output_path '{output_path}' --temp_chunk_path 'result' --width {r_width} --height {
|
174 |
|
175 |
try:
|
176 |
subprocess.run(command, shell=True)
|
|
|
170 |
if video_length > 12:
|
171 |
command = f"python inference.py --prompt '{prompt}' --inference_steps {steps} --condition '{condition}' --video_path '{resized}' --output_path '{output_path}' --temp_chunk_path 'result' --width {r_width} --height {r_height} --fps {target_fps} --seed {seed} --video_length {video_length} --smoother_steps 19 20 --is_long_video"
|
172 |
else:
|
173 |
+
command = f"python inference.py --prompt '{prompt}' --inference_steps {steps} --condition '{condition}' --video_path '{resized}' --output_path '{output_path}' --temp_chunk_path 'result' --width {r_width} --height {r_height} --fps {target_fps} --seed {seed} --video_length {video_length} --smoother_steps 19 20"
|
174 |
|
175 |
try:
|
176 |
subprocess.run(command, shell=True)
|