Skip to content

Commit

Permalink
Change images
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed May 14, 2018
1 parent 5da1dcb commit 2f589bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -4,7 +4,7 @@ import * as posenet from '@tensorflow-models/posenet';

import './style.css';

const IMAGE = 'https://media.giphy.com/media/37Bukdbb26MXC/giphy.gif';
const IMAGE = 'https://aralroca.github.io/fishFollow-posenet-tfjs/fish.gif';
const MILLISECONDS = 500;
const imageScaleFactor = 0.5;
const outputStride = 16;
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Expand Up @@ -6,7 +6,7 @@

body {
background-color: rgb(96, 125, 139);
background-image: '/aquarium.jpg';
background-image: url('https://aralroca.github.io/fishFollow-posenet-tfjs/aquarium.jpg');
}

.video{
Expand Down

0 comments on commit 2f589bc

Please sign in to comment.