Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def run_inference(prompt, image, pose_type, speed, use_flow_integration, cam_pos
|
|
60 |
generate_video(
|
61 |
prompt=prompt,
|
62 |
image_path=image_path,
|
63 |
-
fvsm_path="./ckpt/FVSM/
|
64 |
omsm_path="./ckpt/OMSM",
|
65 |
output_path="./outputs",
|
66 |
num_frames=49,
|
|
|
60 |
generate_video(
|
61 |
prompt=prompt,
|
62 |
image_path=image_path,
|
63 |
+
fvsm_path="./ckpt/FVSM/FloVD_FVSM_Controlnet.pt",
|
64 |
omsm_path="./ckpt/OMSM",
|
65 |
output_path="./outputs",
|
66 |
num_frames=49,
|