|
@@ -115,7 +115,7 @@ async def progress_page():
|
|
|
|
|
|
@app.post("/make_anchor_video_v2")
|
|
|
async def make_anchor_video_v2(req:request2):
|
|
|
- x = threading.Thread(target=anchor_video_v2, args=(req.name, req.text_content, req.image_urls))
|
|
|
+ x = threading.Thread(target=anchor_video_v3, args=(req.name, req.text_content, req.image_urls))
|
|
|
x.start()
|
|
|
#return RedirectResponse("https://www.choozmo.com/progress_page")
|
|
|
#return {"https://www.choozmo.com:8888/progress_page"}
|