Skip to content

Commit

Permalink
import dotenv in nsfwdetection
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Jun 25, 2024
1 parent de77c61 commit 62e59eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/NSFWDetection.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'dotenv/config';

export declare type predictionType = {
className: 'Drawing' | 'Hentai' | 'Neutral' | 'Porn' | 'Sexy';
probability: number;
Expand Down

0 comments on commit 62e59eb

Please sign in to comment.