Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas committed Oct 9, 2024
1 parent df46ee5 commit 1bd4665
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/backend/src/core/AiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import * as fs from 'node:fs';
import { fileURLToPath } from 'node:url';
import { dirname } from 'node:path';
import { Injectable } from '@nestjs/common';
// eslint-disable-next-line @typescript-eslint/no-require-imports
import nsfw = require('nsfwjs');
import { default as nsfw } from 'nsfwjs';
import { Tensor3D } from '@tensorflow/tfjs-core';
import si from 'systeminformation';
import { Mutex } from 'async-mutex';
Expand Down

0 comments on commit 1bd4665

Please sign in to comment.