@@ -113,7 +113,7 @@ async def progress_page():
async def swapFace(req:swap_req):
sf = swap_face(req.imgurl)
result = sf.run()
- #notify_group(result)
+ notify_group(result)
@app.post("/make_anchor_video_v2")