Skip to content

Commit 60054f2

Browse files
authored
Update index.js
1 parent 13b20dd commit 60054f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pix2pix/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
/* eslint max-len: "off" */
77
/*
88
Pix2pix
9-
The original pix2pix Tensorflow implementation was made by affinelayer: github.com/affinelayer/pix2pix-tensorflow
10-
This version is heavily based on Christopher Hesse Tensorflow.js implementation: https://github.com/affinelayer/pix2pix-tensorflow/tree/master/server
9+
The original pix2pix TensorFlow implementation was made by affinelayer: github.com/affinelayer/pix2pix-tensorflow
10+
This version is heavily based on Christopher Hesse TensorFlow.js implementation: https://github.com/affinelayer/pix2pix-tensorflow/tree/master/server
1111
*/
1212

1313
import * as tf from '@tensorflow/tfjs';

0 commit comments

Comments
 (0)