IdlecloudX commited on
Commit
65b8c49
·
verified ·
1 Parent(s): a73378e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -147,7 +147,8 @@ def resize_and_crop_to_match(target_image, reference_image):
147
 
148
  def get_duration(
149
  secret_key,
150
- input_image,
 
151
  prompt,
152
  steps,
153
  negative_prompt,
 
147
 
148
  def get_duration(
149
  secret_key,
150
+ start_image_pil,
151
+ end_image_pil,
152
  prompt,
153
  steps,
154
  negative_prompt,