diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 04:53:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 04:53:06 +0200 |
| commit | e6c36a6d2e7e13e41a6b4ee8c1d120f4050eddb9 (patch) | |
| tree | 13c750e34ae81f0ed5e03883c930b42566fbc0a9 /app/client/modules/pix2pix/index.js | |
| parent | 0bdec1443955fb35551f706c4e453e47808c5cca (diff) | |
linkxg
Diffstat (limited to 'app/client/modules/pix2pix/index.js')
| -rw-r--r-- | app/client/modules/pix2pix/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/client/modules/pix2pix/index.js b/app/client/modules/pix2pix/index.js index c45ea3e..076fef9 100644 --- a/app/client/modules/pix2pix/index.js +++ b/app/client/modules/pix2pix/index.js @@ -23,7 +23,8 @@ function links(){ return ( <span> <span><Link to="/pix2pix/datasets/">datasets</Link></span> - <span>Process</span> + <span>train</span> + <span>process</span> <span><Link to="/pix2pix/live/">live</Link></span> </span> ) |
