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