Skip to content

Commit

Permalink
fix double slash
Browse files Browse the repository at this point in the history
  • Loading branch information
GantMan committed Feb 14, 2019
1 parent 59b136d commit 6e4eeaf
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/nsfwdetector/nsfwjs_model'
const IMAGE_SIZE = 299

export async function load() {
Expand Down

0 comments on commit 6e4eeaf

Please sign in to comment.