fffiloni commited on
Commit
45a9d7f
1 Parent(s): 4c2a7cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ pipe = CogVideoXImageToVideoPipeline.from_pretrained(model_id, tokenizer=tokeniz
34
  lora_path = "your lora path"
35
  lora_rank = 256
36
 
37
- def infer(prompt, image_path, orbit_type, progress=gr.Progress(track_tqdm=True)):
38
  lora_path = "checkpoints/"
39
  adapter_name = None
40
  if orbit_type == "Left":
 
34
  lora_path = "your lora path"
35
  lora_rank = 256
36
 
37
+ def infer(image_path, prompt, orbit_type, progress=gr.Progress(track_tqdm=True)):
38
  lora_path = "checkpoints/"
39
  adapter_name = None
40
  if orbit_type == "Left":