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/pix2wav | |
| parent | 0bdec1443955fb35551f706c4e453e47808c5cca (diff) | |
linkxg
Diffstat (limited to 'app/client/modules/pix2wav')
| -rw-r--r-- | app/client/modules/pix2wav/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/modules/pix2wav/index.js b/app/client/modules/pix2wav/index.js index a77448c..36c4039 100644 --- a/app/client/modules/pix2wav/index.js +++ b/app/client/modules/pix2wav/index.js @@ -21,6 +21,8 @@ function links(){ return ( <span> <span><Link to="/pix2wav/datasets/">datasets</Link></span> + <span>train</span> + <span>process</span> <span><Link to="/pix2wav/live/">live</Link></span> </span> ) |
