Przeglądaj źródła

add http prefix at swapFace

ming 3 lat temu
rodzic
commit
74c8c5f0d9
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      api/main.py

+ 2 - 0
api/main.py

@@ -86,6 +86,8 @@ async def swapFace(req:swap_req):
     result = sf.run()
     #notify_group(result)hi
     '''
+    if 'http' not in req.imgrul:
+        req.imgurl= 'http://'+req.imgurl
     try:
         im = Image.open(requests.get(req.imgurl, stream=True).raw)
         im= im.convert("RGB")