Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Dec 7, 2023
1 parent f20f39c commit dd0d3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async def gfpgan_upscale(
user_id = sign_check(request)
except ValueError:
raise HTTPException(status_code=status.HTTP_401_UNAUTHORIZED)
background_tasks.add_task(gfpgan_background, file.actionFile, user_id)
background_tasks.add_task(gfpgan_background, file, user_id)
return Response()


Expand Down

0 comments on commit dd0d3c7

Please sign in to comment.