@@ -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)
@@ -0,0 +1 @@
+Subproject commit f232217bb10af01fda800cf95fd72cf1f37659f0