소스 검색

add http prefix at swapFace

ming 3 년 전
부모
커밋
907362a2e6
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/main.py
  2. 1 0
      fswap

+ 1 - 1
api/main.py

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

+ 1 - 0
fswap

@@ -0,0 +1 @@
+Subproject commit f232217bb10af01fda800cf95fd72cf1f37659f0