feat: add upscaler & bg remover (#6967)

This commit is contained in:
darkskygit
2024-05-16 11:09:33 +00:00
parent f37bbb0784
commit a3f3d09764
7 changed files with 105 additions and 6 deletions

View File

@@ -127,6 +127,7 @@ export class CopilotController {
if (err instanceof HttpException) {
ret.status = err.getStatus();
}
return ret;
}
return err;
}