Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 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":
|