Skip to content

Commit

Permalink
hosting change
Browse files Browse the repository at this point in the history
  • Loading branch information
GantMan committed Feb 19, 2019
1 parent 9dc3cbf commit 8f32cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as tf from '@tensorflow/tfjs'
import { NSFW_CLASSES } from './nsfw_classes'

const BASE_PATH = 'https://s3.amazonaws.com/nsfwdetector/nsfwjs_model/'
const BASE_PATH = 'https://s3.amazonaws.com/ir_public/nsfwjs/'
const IMAGE_SIZE = 299

export async function load(base = BASE_PATH) {
Expand Down

0 comments on commit 8f32cd0

Please sign in to comment.