Mbonea commited on
Commit
59c7007
·
1 Parent(s): 2d18247
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -94,7 +94,7 @@ def make_effect(
94
 
95
  @app.post("/generate_video")
96
  async def generate_video(
97
- image_link: str = UploadFile(File(...), alias="image_link"),
98
  filename: str = "output.mp4",
99
  frame_rate: int = 30,
100
  duration: int = 3,
 
94
 
95
  @app.post("/generate_video")
96
  async def generate_video(
97
+ image_link: str = None,
98
  filename: str = "output.mp4",
99
  frame_rate: int = 30,
100
  duration: int = 3,