Jelajahi Sumber

add swap face test

ming 3 tahun lalu
induk
melakukan
7f13fb3c69
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -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")