Yaron Koresh commited on
Commit
fb48484
·
verified ·
1 Parent(s): 302bc3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def pipe_generate(img,p1,p2,motion,time,title):
207
  return pipe(
208
  prompt=p1,
209
  negative_prompt=p2,
210
- ip_adapter_image=img,
211
  num_inference_steps=step,
212
  guidance_scale=accu,
213
  num_frames=(fps*time),
 
207
  return pipe(
208
  prompt=p1,
209
  negative_prompt=p2,
210
+ ip_adapter_image=load_image(img),
211
  num_inference_steps=step,
212
  guidance_scale=accu,
213
  num_frames=(fps*time),