Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def run_inference(prompt, video_path, condition, video_length):
|
|
21 |
print(video_length)
|
22 |
command = f"python inference.py --prompt '{prompt}' --condition '{condition}' --video_path '{video_path}' --output_path 'outputs/' --video_length {video_length} --smoother_steps 19 20"
|
23 |
|
24 |
-
output = f"
|
25 |
return "done", output
|
26 |
|
27 |
|
|
|
21 |
print(video_length)
|
22 |
command = f"python inference.py --prompt '{prompt}' --condition '{condition}' --video_path '{video_path}' --output_path 'outputs/' --video_length {video_length} --smoother_steps 19 20"
|
23 |
|
24 |
+
output = f"outputs/{prompt}.mp4"
|
25 |
return "done", output
|
26 |
|
27 |
|