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